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:
parent
7bb0a04db2
commit
9c666a7423
2 changed files with 43 additions and 0 deletions
|
@ -54,6 +54,7 @@ typedef int pid_t;
|
|||
|
||||
#endif /* !__GNUC__ */
|
||||
|
||||
#include "w32misc.h"
|
||||
#define random rand
|
||||
#define srandom srand
|
||||
#endif /* _WIN32 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue