summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common/BoxPlatform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common/BoxPlatform.h b/lib/common/BoxPlatform.h
index acec9cb3..92088414 100644
--- a/lib/common/BoxPlatform.h
+++ b/lib/common/BoxPlatform.h
@@ -29,6 +29,9 @@
#endif
#ifdef WIN32
+ #ifdef __MSVCRT_VERSION__
+ #error Must include Box.h before sys/types.h
+ #endif
// need msvcrt version 6.1 or higher for _gmtime64()
// must define this before importing <sys/types.h>
#define __MSVCRT_VERSION__ 0x0601