Add _WIN32_WINNT so H file could be used and outside OSD section (nw)

This commit is contained in:
Miodrag Milanovic 2016-11-07 10:37:37 +01:00
parent d91005ebc3
commit ce0e6e6a3e

View File

@ -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