diff options
author | Jesús Corrius <jesus@softcatala.org> | 2010-10-28 13:28:21 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2010-10-28 13:28:21 +0200 |
commit | 409ed5a0128dd2dfdaf9a8a6984da5cb7f8e22df (patch) | |
tree | bbebfd1979229b4b4329ee1e525440483cd9d9fd /embedserv | |
parent | f14c1f372f2adaaa468a1c88c841cec6aeb16d92 (diff) |
Bump _WIN32_WINNT to 0x0403 (fixes VC++ 10 compilation)
Diffstat (limited to 'embedserv')
-rwxr-xr-x | embedserv/source/inc/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embedserv/source/inc/stdafx.h b/embedserv/source/inc/stdafx.h index d20cb068be8f..d070bd3b1d85 100755 --- a/embedserv/source/inc/stdafx.h +++ b/embedserv/source/inc/stdafx.h @@ -7,7 +7,7 @@ #define STRICT #ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0400 +#define _WIN32_WINNT 0x0403 #endif #define _ATL_APARTMENT_THREADED // #define _ATL_STATIC_REGISTRY |