version 1.20 | | version 1.21 |
---|
| | |
#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 */ |
| | |
| | |
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 *); |