add missing #if

This commit is contained in:
Axel Kohlmeyer
2021-09-08 20:00:39 -04:00
parent 9cdb83a24d
commit bc7dfbed3c

View File

@ -37,6 +37,7 @@
#include <sys/syslimits.h> #include <sys/syslimits.h>
#endif #endif
#if defined(_WIN32)
// target Windows version is Windows 7 and later // target Windows version is Windows 7 and later
#if defined(_WIN32_WINNT) #if defined(_WIN32_WINNT)
#undef _WIN32_WINNT #undef _WIN32_WINNT