Difference for include/win32.h from version 1.4 to 1.5


version 1.4 version 1.5
Line 9
 
Line 9
   
 #if _MSC_VER > 1000  #if _MSC_VER > 1000
 #pragma once  #pragma once
 #endif // _MSC_VER > 1000  #endif /* _MSC_VER > 1000 */
   
 #endif // !defined(AFX_STDAFX_H__31666CA1_2474_11D5_AE6C_F07569C10000__INCLUDED_)  #endif /* !defined(AFX_STDAFX_H__31666CA1_2474_11D5_AE6C_F07569C10000__INCLUDED_) */
   
 #define WIN32_LEAN_AND_MEAN   #define WIN32_LEAN_AND_MEAN
 #include <windows.h>  #include <windows.h>
Line 23
 
Line 23
 #include <direct.h>  #include <direct.h>
 #include <math.h>  #include <math.h>
   
 #include <sys/stat.h> // somewhat odd, but you don't get stat here with __STDC__  #include <sys/stat.h> /* somewhat odd, but you don't get stat here with __STDC__ */
   
 #include <io.h>  #include <io.h>
 #include <stdio.h>  #include <stdio.h>
Line 31
 
Line 31
 #include <sys/types.h>  #include <sys/types.h>
 #include <process.h>  #include <process.h>
   
 #define __STDC__ 1      // something odd, CF want this, but don'T include it  #define __STDC__ 1      /* something odd, CF want this, but don'T include it */
                         // before the standard includes                          /* before the standard includes */
   
 #define HAVE_SNPRINTF 1  #define HAVE_SNPRINTF 1
 #define snprintf _snprintf  #define snprintf _snprintf
   
 #include "version.h"  #include "version.h"
   
 // include all needed autoconfig.h defines  /* include all needed autoconfig.h defines */
 #define CS_LOGSTATS  #define CS_LOGSTATS
 #define HAVE_SRAND  #define HAVE_SRAND
 #define HAVE_FCNTL_H  #define HAVE_FCNTL_H
Line 47
 
Line 47
 #define GETTIMEOFDAY_TWO_ARGS  #define GETTIMEOFDAY_TWO_ARGS
 #define MAXPATHLEN 256  #define MAXPATHLEN 256
   
 // Many defines to redirect unix functions or fake standard unix values  /* Many defines to redirect unix functions or fake standard unix values */
 #define inline __inline  #define inline __inline
 #define unlink(__a) _unlink(__a)  #define unlink(__a) _unlink(__a)
 #define mkdir(__a, __b) mkdir(__a)  #define mkdir(__a, __b) mkdir(__a)
Line 56
 
Line 56
 #define pclose(__a) _pclose(__a)   #define pclose(__a) _pclose(__a)
 #define pid_t int  #define pid_t int
   
 #define R_OK 6 // for __access()  #define R_OK 6 /* for __access() */
 #define F_OK 6  #define F_OK 6
   
 #define PREFIXDIR ""  #define PREFIXDIR ""


Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:33