summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/asio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/asio.h')
-rw-r--r--src/osd/asio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/osd/asio.h b/src/osd/asio.h
index 1bcf610610f..10c82e69b08 100644
--- a/src/osd/asio.h
+++ b/src/osd/asio.h
@@ -18,7 +18,11 @@
#endif
#if defined(WIN32) && !defined(_WIN32_WINNT)
+#if defined(OSD_WINDOWS)
#define _WIN32_WINNT 0x0501
+#else
+#define _WIN32_WINNT 0x0603
+#endif
#endif
#define ASIO_HEADER_ONLY
#define ASIO_STANDALONE