summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:22:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:22:23 +0000
commitb3a365ce773c0da86170dbc414c4abf0e594f674 (patch)
treebf9a34c1480d91c8a63f100ec2042330809a9371 /dbaccess/source
parentb2bd1f1ae6692c4cf859b188f3a136b7cd924fcf (diff)
INTEGRATION: CWS os2port02 (1.8.8); FILE MERGED
2007/10/04 19:47:01 ydario 1.8.8.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/dlg/odbcconfig.hxx b/dbaccess/source/ui/dlg/odbcconfig.hxx
index 221a492516b5..162c2aea953e 100644
--- a/dbaccess/source/ui/dlg/odbcconfig.hxx
+++ b/dbaccess/source/ui/dlg/odbcconfig.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: odbcconfig.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2007-09-20 14:58:51 $
+ * last change: $Author: hr $ $Date: 2007-11-02 12:22:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,11 +38,11 @@
#include "commontypes.hxx"
-#if defined(WIN) || defined(WNT) || defined (UNX)
+#if defined(WIN) || defined(WNT) || defined (UNX) || defined (OS2)
#define HAVE_ODBC_SUPPORT
#endif
-#if ( defined(WIN) || defined(WNT) ) && defined(HAVE_ODBC_SUPPORT)
+#if ( defined(WIN) || defined(WNT) || defined (OS2) ) && defined(HAVE_ODBC_SUPPORT)
#define HAVE_ODBC_ADMINISTRATION
#endif