issue #685
This commit is contained in:
tildearrow 2022-12-28 15:50:10 -05:00
parent 56be377cc2
commit cb70759a68
1 changed files with 4 additions and 4 deletions

View File

@ -5,11 +5,11 @@
*/
#ifdef __MINGW32__
//#ifdef __MINGW32__
// Explicitly setting NTDDI version, this is necessary for the MinGW compiler
#define NTDDI_VERSION NTDDI_VISTA
#define _WIN32_WINNT _WIN32_WINNT_VISTA
#endif
//#define NTDDI_VERSION NTDDI_VISTA
//#define _WIN32_WINNT _WIN32_WINNT_VISTA
//#endif
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>