fix user-specific build issue

This commit is contained in:
tildearrow 2023-09-20 15:39:52 -05:00
parent 3fca80fe3b
commit 0c7d0bc32b

View file

@ -7,6 +7,12 @@
#ifdef __MINGW32__
// Explicitly setting NTDDI version, this is necessary for the MinGW compiler
#ifdef NTDDI_VERSION
#undef NTDDI_VERSION
#endif
#ifdef _WIN32_WINNT
#undef _WIN32_WINNT
#endif
#define NTDDI_VERSION NTDDI_VISTA
#define _WIN32_WINNT _WIN32_WINNT_VISTA
#endif