Kaydet (Commit) 409ed5a0 authored tarafından Jesús Corrius's avatar Jesús Corrius

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

üst f14c1f37
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment