diff --git a/win32port/win32helpers/websock-w32.h b/win32port/win32helpers/websock-w32.h index 4c1a0cb6..97848893 100644 --- a/win32port/win32helpers/websock-w32.h +++ b/win32port/win32helpers/websock-w32.h @@ -26,6 +26,10 @@ #define DEF_POLL_STUFF #endif +#if _WIN32_WINNT < 0x0600 +#define DEF_POLL_STUFF +#endif + #ifdef DEF_POLL_STUFF #include