Bump _WIN32_WINNT to 0x0403 (fixes VC++ 10 compilation)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#define STRICT
|
#define STRICT
|
||||||
#ifndef _WIN32_WINNT
|
#ifndef _WIN32_WINNT
|
||||||
#define _WIN32_WINNT 0x0400
|
#define _WIN32_WINNT 0x0403
|
||||||
#endif
|
#endif
|
||||||
#define _ATL_APARTMENT_THREADED
|
#define _ATL_APARTMENT_THREADED
|
||||||
// #define _ATL_STATIC_REGISTRY
|
// #define _ATL_STATIC_REGISTRY
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
#include <tools/presys.h>
|
#include <tools/presys.h>
|
||||||
#define STRICT
|
#define STRICT
|
||||||
#define _WIN32_WINNT 0x0400
|
#define _WIN32_WINNT 0x0403
|
||||||
#define _WIN32_DCOM
|
#define _WIN32_DCOM
|
||||||
#if OSL_DEBUG_LEVEL > 0
|
#if OSL_DEBUG_LEVEL > 0
|
||||||
//#define _ATL_DEBUG_INTERFACES
|
//#define _ATL_DEBUG_INTERFACES
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
#include "precompiled_extensions.hxx"
|
#include "precompiled_extensions.hxx"
|
||||||
|
|
||||||
#define STRICT
|
#define STRICT
|
||||||
#define _WIN32_WINNT 0x0400
|
#define _WIN32_WINNT 0x0403
|
||||||
#define _WIN32_DCOM
|
#define _WIN32_DCOM
|
||||||
|
|
||||||
#pragma warning (push,1)
|
#pragma warning (push,1)
|
||||||
|
@@ -35,7 +35,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <tools/presys.h>
|
#include <tools/presys.h>
|
||||||
#define _WIN32_WINNT 0x0400
|
#define _WIN32_WINNT 0x0403
|
||||||
|
|
||||||
#if defined(_MSC_VER) && (_MSC_VER >= 1300)
|
#if defined(_MSC_VER) && (_MSC_VER >= 1300)
|
||||||
#undef _DEBUG
|
#undef _DEBUG
|
||||||
|
@@ -42,7 +42,7 @@
|
|||||||
#include <rtl/unload.h>
|
#include <rtl/unload.h>
|
||||||
|
|
||||||
#include <tools/presys.h>
|
#include <tools/presys.h>
|
||||||
#define _WIN32_WINNT 0x0400
|
#define _WIN32_WINNT 0x0403
|
||||||
|
|
||||||
#if defined(_MSC_VER) && (_MSC_VER >= 1300)
|
#if defined(_MSC_VER) && (_MSC_VER >= 1300)
|
||||||
#undef _DEBUG
|
#undef _DEBUG
|
||||||
|
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#include <tools/presys.h>
|
#include <tools/presys.h>
|
||||||
#define STRICT
|
#define STRICT
|
||||||
#define _WIN32_WINNT 0x0400
|
#define _WIN32_WINNT 0x0403
|
||||||
#define _WIN32_DCOM
|
#define _WIN32_DCOM
|
||||||
#if OSL_DEBUG_LEVEL > 0
|
#if OSL_DEBUG_LEVEL > 0
|
||||||
//#define _ATL_DEBUG_INTERFACES
|
//#define _ATL_DEBUG_INTERFACES
|
||||||
|
Reference in New Issue
Block a user