From 641177ae0e68358e7bf2a29f1ff056d5603f5df7 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Tue, 7 Aug 2012 07:24:45 +0000 Subject: [PATCH] + try to fix a problem with min/max macros --- src/zimlib/src/uuid.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/zimlib/src/uuid.cpp b/src/zimlib/src/uuid.cpp index 2762b3d..c2d1a4e 100644 --- a/src/zimlib/src/uuid.cpp +++ b/src/zimlib/src/uuid.cpp @@ -29,7 +29,11 @@ #ifdef _WIN32 # include + +#define NOMINMAX # include +#undef NOMINMAX + int gettimeofday(struct timeval* tp, void* tzp) { DWORD t; t = timeGetTime();