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


version 1.3 version 1.4
Line 29
 
Line 29
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <sys/types.h>  #include <sys/types.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 snprintf _snprintf
   
 #include "version.h"  #include "version.h"
   
 // include all needed autoconfig.h defines  // include all needed autoconfig.h defines


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

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