Kaydet (Commit) b4896256 authored tarafından Thorsten Behrens's avatar Thorsten Behrens Kaydeden (comit) Fridrich Štrba

win32-force-version-fix.diff: force WINVER when using non-std win api

üst 777969e3
......@@ -25,6 +25,8 @@
*
************************************************************************/
#define _WIN32_WINNT 0x0501
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_connectivity.hxx"
#include "ado/ADriver.hxx"
......
......@@ -25,6 +25,8 @@
*
************************************************************************/
#define _WIN32_WINNT 0x0500
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_desktop.hxx"
......
......@@ -26,6 +26,7 @@
************************************************************************/
#define WIN // scope W32 API
#define _WIN32_WINNT 0x0501
#if defined _MSC_VER
#pragma warning(push, 1)
......
......@@ -25,6 +25,8 @@
*
************************************************************************/
#define _WIN32_WINNT 0x0500
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_fpicker.hxx"
......
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