[Libreoffice-commits] .: embedserv/source extensions/source

Jesús Corrius jcorrius at kemper.freedesktop.org
Thu Oct 28 04:32:49 PDT 2010


 embedserv/source/inc/stdafx.h            |    2 +-
 extensions/source/ole/jscriptclasses.hxx |    2 +-
 extensions/source/ole/oledll.cxx         |    2 +-
 extensions/source/ole/oleobjw.hxx        |    2 +-
 extensions/source/ole/servprov.cxx       |    2 +-
 extensions/source/ole/unotypewrapper.hxx |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit b71588f1452a80b1543789a3e0b7adea9e1d692e
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Thu Oct 28 13:28:21 2010 +0200

    Bump _WIN32_WINNT to 0x0403 (fixes VC++ 10 compilation)

diff --git a/embedserv/source/inc/stdafx.h b/embedserv/source/inc/stdafx.h
index 6cebb26..6338402 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 3cb8740..b855c33 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 6f1ac61..5346aa9 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 13c8efb..bcfd365 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 079c4a9..ecf45a4 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 8da546c..e0f3f42 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


More information about the Libreoffice-commits mailing list