diff options
author | rpj <rpj> | 2004-05-17 07:59:47 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-05-17 07:59:47 +0000 |
commit | 8b4b8870dd30b391e47a38665be561f5c389d68a (patch) | |
tree | f0e929a568b597d2933f8c63eab33be4662346af /implement.h | |
parent | 8d1d0ccda9d99994348609d51c03488ae3bddf90 (diff) |
''
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 |