diff options
author | rpj <rpj> | 2011-07-03 04:35:50 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-07-03 04:35:50 +0000 |
commit | 3104e34f1cb2ed2931520c962e9079fda4e2817d (patch) | |
tree | 5365a3a14f4fcbb15bea63e5fc3aa22d1578eff0 | |
parent | 756af68422f49ac5da1cd11b3f2517bf059f43c7 (diff) |
See the ChangeLogs
-rw-r--r-- | implement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/implement.h b/implement.h index c4d0a52..937a0cb 100644 --- a/implement.h +++ b/implement.h @@ -38,7 +38,9 @@ #if !defined(_IMPLEMENT_H) #define _IMPLEMENT_H +#if !defined(_WIN32_WINNT) #define _WIN32_WINNT 0x400 +#endif #include <windows.h> |