Bump _WIN32_WINNT to 0x0403 (fixes VC++ 10 compilation)
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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)
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user