diff options
author | rpj <rpj> | 2011-07-03 07:42:04 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-07-03 07:42:04 +0000 |
commit | afc3015a5e151fbe06bad5a8895b39db011d73fd (patch) | |
tree | b502abcc0e918f50e2307cb4a9bc197dac098eaf /implement.h | |
parent | 3104e34f1cb2ed2931520c962e9079fda4e2817d (diff) |
Quserex.dll load security
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/implement.h b/implement.h index 937a0cb..6b9f425 100644 --- a/implement.h +++ b/implement.h @@ -39,7 +39,7 @@ #define _IMPLEMENT_H #if !defined(_WIN32_WINNT) -#define _WIN32_WINNT 0x400 +#define _WIN32_WINNT 0x0400 #endif #include <windows.h> |