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 | b71588f1452a80b1543789a3e0b7adea9e1d692e (patch) | |
tree | 4fc2c30a03ac0d809bc5f24fb7dcf3d1052e3138 | |
parent | 77ac06e023d9a94992c4cee79f2a4f825410b16c (diff) |
Bump _WIN32_WINNT to 0x0403 (fixes VC++ 10 compilation)
-rwxr-xr-x | embedserv/source/inc/stdafx.h | 2 | ||||
-rw-r--r-- | extensions/source/ole/jscriptclasses.hxx | 2 | ||||
-rw-r--r-- | extensions/source/ole/oledll.cxx | 2 | ||||
-rw-r--r-- | extensions/source/ole/oleobjw.hxx | 2 | ||||
-rw-r--r-- | extensions/source/ole/servprov.cxx | 2 | ||||
-rw-r--r-- | extensions/source/ole/unotypewrapper.hxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/embedserv/source/inc/stdafx.h b/embedserv/source/inc/stdafx.h index 6cebb26f5..633840277 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 diff --git a/extensions/source/ole/jscriptclasses.hxx b/extensions/source/ole/jscriptclasses.hxx index 3cb8740e0..b855c333c 100644 --- a/extensions/source/ole/jscriptclasses.hxx +++ b/extensions/source/ole/jscriptclasses.hxx @@ -33,7 +33,7 @@ #include <tools/presys.h> #define STRICT -#define _WIN32_WINNT 0x0400 +#define _WIN32_WINNT 0x0403 #define _WIN32_DCOM #if OSL_DEBUG_LEVEL > 0 //#define _ATL_DEBUG_INTERFACES diff --git a/extensions/source/ole/oledll.cxx b/extensions/source/ole/oledll.cxx index 6f1ac61b6..5346aa940 100644 --- a/extensions/source/ole/oledll.cxx +++ b/extensions/source/ole/oledll.cxx @@ -30,7 +30,7 @@ #include "precompiled_extensions.hxx" #define STRICT -#define _WIN32_WINNT 0x0400 +#define _WIN32_WINNT 0x0403 #define _WIN32_DCOM #pragma warning (push,1) diff --git a/extensions/source/ole/oleobjw.hxx b/extensions/source/ole/oleobjw.hxx index 13c8efbea..bcfd365a1 100644 --- a/extensions/source/ole/oleobjw.hxx +++ b/extensions/source/ole/oleobjw.hxx @@ -35,7 +35,7 @@ #endif #include <tools/presys.h> -#define _WIN32_WINNT 0x0400 +#define _WIN32_WINNT 0x0403 #if defined(_MSC_VER) && (_MSC_VER >= 1300) #undef _DEBUG diff --git a/extensions/source/ole/servprov.cxx b/extensions/source/ole/servprov.cxx index 079c4a998..ecf45a4ce 100644 --- a/extensions/source/ole/servprov.cxx +++ b/extensions/source/ole/servprov.cxx @@ -42,7 +42,7 @@ #include <rtl/unload.h> #include <tools/presys.h> -#define _WIN32_WINNT 0x0400 +#define _WIN32_WINNT 0x0403 #if defined(_MSC_VER) && (_MSC_VER >= 1300) #undef _DEBUG diff --git a/extensions/source/ole/unotypewrapper.hxx b/extensions/source/ole/unotypewrapper.hxx index 8da546c04..e0f3f4232 100644 --- a/extensions/source/ole/unotypewrapper.hxx +++ b/extensions/source/ole/unotypewrapper.hxx @@ -32,7 +32,7 @@ #include <tools/presys.h> #define STRICT -#define _WIN32_WINNT 0x0400 +#define _WIN32_WINNT 0x0403 #define _WIN32_DCOM #if OSL_DEBUG_LEVEL > 0 //#define _ATL_DEBUG_INTERFACES |