X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fcheckpoints.h;h=a8e7ecb647842e1b7eac61d88a6f7b50782acd70;hp=101645ebccc88676426a0b48cf2f16414996b1a5;hb=89dd133da730890f79ee7275c4d97a56e2e084d2;hpb=d42d989ef670f3aef3acaf799bb56a0cb64bab37 diff --git a/src/checkpoints.h b/src/checkpoints.h index 101645e..a8e7ecb 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -10,6 +10,12 @@ #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;