3
0
Fork 0

+ try to fix a problem with min/max macros

small_fixes
kelson42 13 years ago
parent dd1e6e17f0
commit 641177ae0e

@ -29,7 +29,11 @@
#ifdef _WIN32
# include <time.h>
#define NOMINMAX
# include <windows.h>
#undef NOMINMAX
int gettimeofday(struct timeval* tp, void* tzp) {
DWORD t;
t = timeGetTime();

Loading…
Cancel
Save