summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-10 18:49:52 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-12 08:53:54 +0100
commitb3276fca5d8e7a3f6061a5d2de9bcc7ec0455037 (patch)
tree41f69725e086aa231da3b05da9d47a315f5d0451 /connectivity
parent9efb2d1da6c7e7ca23e40ebb0a542c068122cf51 (diff)
WaE: "_WIN32_WINNT" redefined
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/ado/ADriver.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/connectivity/source/drivers/ado/ADriver.cxx b/connectivity/source/drivers/ado/ADriver.cxx
index 43706e0906ae..0b845ec0aecb 100644
--- a/connectivity/source/drivers/ado/ADriver.cxx
+++ b/connectivity/source/drivers/ado/ADriver.cxx
@@ -26,6 +26,9 @@
*
************************************************************************/
+#if defined _WIN32_WINNT
+#undef _WIN32_WINNT
+#endif
#define _WIN32_WINNT 0x0501
#include "ado/ADriver.hxx"