mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 08:01:20 +00:00
fix user-specific build issue
This commit is contained in:
parent
3fca80fe3b
commit
0c7d0bc32b
1 changed files with 6 additions and 0 deletions
6
extern/nfd-modified/src/nfd_win.cpp
vendored
6
extern/nfd-modified/src/nfd_win.cpp
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue