issue #685
This commit is contained in:
tildearrow 2022-12-28 16:07:01 -05:00
parent cb70759a68
commit fbb712ddc9
3 changed files with 7 additions and 9 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>