parent
cb70759a68
commit
fbb712ddc9
3 changed files with 7 additions and 9 deletions
8
extern/nfd-modified/src/nfd_win.cpp
vendored
8
extern/nfd-modified/src/nfd_win.cpp
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue