Fix WIN32 compilation issues
[novacoin.git] / src / checkpoints.h
index 101645e..a8e7ecb 100644 (file)
 
 #define CHECKPOINT_MAX_SPAN (60 * 60 * 4) // max 4 hours before latest block
 
+#ifdef WIN32
+#undef STRICT
+#undef PERMISSIVE
+#undef ADVISORY
+#endif
+
 class uint256;
 class CBlockIndex;
 class CSyncCheckpoint;