Difference for include/win32.h from version 1.20 to 1.21


version 1.20 version 1.21
Line 7
 
Line 7
 #define AFX_STDAFX_H__31666CA1_2474_11D5_AE6C_F07569C10000__INCLUDED_  #define AFX_STDAFX_H__31666CA1_2474_11D5_AE6C_F07569C10000__INCLUDED_
   
 /* Define the version here.  In Unixland, it's defined on the command line now. */  /* Define the version here.  In Unixland, it's defined on the command line now. */
 #define VERSION "1.8.0"  #define VERSION "1.8.0 snapshot"
   
 #pragma warning(disable: 4761) /* integral size mismatch in argument; conversion supplied */  #pragma warning(disable: 4761) /* integral size mismatch in argument; conversion supplied */
   
Line 134
 
Line 134
  struct dirent dent; /* the dirent to return */   struct dirent dent; /* the dirent to return */
 } DIR;  } DIR;
   
   typedef int socklen_t; /* Doesn't exist, just a plain int. */
   
 /* Function prototypes */  /* Function prototypes */
 extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);  extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);
 extern DIR *opendir(const char *);  extern DIR *opendir(const char *);


Legend:
line(s) removed in v.1.20 
line(s) changed
 line(s) added in v.1.21

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