summaryrefslogtreecommitdiff
path: root/embedserv
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2010-10-28 13:28:21 +0200
committerJesús Corrius <jesus@softcatala.org>2010-10-28 13:28:21 +0200
commit409ed5a0128dd2dfdaf9a8a6984da5cb7f8e22df (patch)
treebbebfd1979229b4b4329ee1e525440483cd9d9fd /embedserv
parentf14c1f372f2adaaa468a1c88c841cec6aeb16d92 (diff)
Bump _WIN32_WINNT to 0x0403 (fixes VC++ 10 compilation)
Diffstat (limited to 'embedserv')
-rwxr-xr-xembedserv/source/inc/stdafx.h2
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