fix user-specific build issue
This commit is contained in:
parent
3fca80fe3b
commit
0c7d0bc32b
6
extern/nfd-modified/src/nfd_win.cpp
vendored
6
extern/nfd-modified/src/nfd_win.cpp
vendored
|
@ -7,6 +7,12 @@
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#ifdef __MINGW32__
|
||||||
// Explicitly setting NTDDI version, this is necessary for the MinGW compiler
|
// 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 NTDDI_VERSION NTDDI_VISTA
|
||||||
#define _WIN32_WINNT _WIN32_WINNT_VISTA
|
#define _WIN32_WINNT _WIN32_WINNT_VISTA
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue