mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Add _WIN32_WINNT so H file could be used and outside OSD section (nw)
This commit is contained in:
parent
d91005ebc3
commit
ce0e6e6a3e
@ -17,6 +17,9 @@
|
||||
#pragma GCC diagnostic ignored "-Wunused-variable"
|
||||
#endif
|
||||
|
||||
#if defined(WIN32) && !defined(_WIN32_WINNT)
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#endif
|
||||
#define ASIO_HEADER_ONLY
|
||||
#define ASIO_STANDALONE
|
||||
#define ASIO_SEPARATE_COMPILATION
|
||||
|
Loading…
Reference in New Issue
Block a user