Create w32misc.h to contain information that does not fit in Windows

equivalent include file.
(strptime) [_WIN32]: Add extern for WIN32 equivalent for strptime().
This commit is contained in:
Ron Koenderink 2007-08-15 01:16:26 +00:00
parent 7bb0a04db2
commit 9c666a7423
2 changed files with 43 additions and 0 deletions

View file

@ -54,6 +54,7 @@ typedef int pid_t;
#endif /* !__GNUC__ */
#include "w32misc.h"
#define random rand
#define srandom srand
#endif /* _WIN32 */