summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-09-14 12:57:42 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-14 12:57:42 +0200
commitb4896256c595f4b98bcd488bdb4c290e0b2c4b64 (patch)
tree8e220a3c427b6e408edc71237566ad4edb292afc /connectivity
parent777969e38b46ec3138e1c365260d136a0f1e7817 (diff)
win32-force-version-fix.diff: force WINVER when using non-std win api
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/ado/ADriver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/drivers/ado/ADriver.cxx b/connectivity/source/drivers/ado/ADriver.cxx
index 20eb6910f849..2374470bb610 100644
--- a/connectivity/source/drivers/ado/ADriver.cxx
+++ b/connectivity/source/drivers/ado/ADriver.cxx
@@ -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"