diff options
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/implement.h b/implement.h index b15f26e..081a670 100644 --- a/implement.h +++ b/implement.h @@ -38,6 +38,10 @@ #ifndef _IMPLEMENT_H #define _IMPLEMENT_H +#ifndef _WIN32_WINNT +# define _WIN32_WINNT 0x400 +#endif + #include <windows.h> /* * note: ETIMEDOUT is correctly defined in winsock.h |