summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorArmin Theissen <armin@openoffice.org>2000-10-25 12:47:07 +0000
committerArmin Theissen <armin@openoffice.org>2000-10-25 12:47:07 +0000
commit6f140eab99492ba9e07624349c88ee921242b10d (patch)
tree262e150a2c5f51f8bdf684b5f7a470ced5033f7a /connectivity
parentdb990068cda85bc65468cbe5c374e3cf08aabf9c (diff)
prewin.h and postwin.h included again because source/drivers/odbc wouldn't compile otherwise
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/odbc/OFunctiondefs.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/connectivity/source/inc/odbc/OFunctiondefs.hxx b/connectivity/source/inc/odbc/OFunctiondefs.hxx
index 1ceff7b58fd2..2a4596a4f0f1 100644
--- a/connectivity/source/inc/odbc/OFunctiondefs.hxx
+++ b/connectivity/source/inc/odbc/OFunctiondefs.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: OFunctiondefs.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2000-10-24 15:13:06 $
+ * last change: $Author: armin $ $Date: 2000-10-25 13:47:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,7 +65,9 @@
#if defined(WIN) || defined(WNT)
+#include <tools/prewin.h>
#include <odbc/sqlext.h>
+#include <tools/postwin.h>
#ifndef SQL_C_BOOKMARK
#define SQL_C_BOOKMARK SQL_C_ULONG /* BOOKMARK */
@@ -159,7 +161,7 @@
#ifndef ODBC_UNX
#define ODBC_UNX
#endif
-//#include <odbc/qeodbc.h>
+#include <odbc/qeodbc.h>
#define CALLBACK
#define EXPORT
#include <odbc/sqlext.h>