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 | |
parent | f14c1f372f2adaaa468a1c88c841cec6aeb16d92 (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 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 diff --git a/extensions/source/ole/jscriptclasses.hxx b/extensions/source/ole/jscriptclasses.hxx index 2f496b93de59..acb380f10f86 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 6d6c4f2195a0..6c80487ffcb4 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 3c184472c20f..bf5ad3b4c582 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 24d323642458..82c5170a075a 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 732f945a96e7..4622ad9161fa 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 |