From e69cca1ffdd06adad70cbbf81c28cb7b48cb8fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 8 Sep 2004 15:14:11 +0000 Subject: [PATCH] INTEGRATION: CWS ooo20040704 (1.37.76); FILE MERGED 2004/07/02 10:19:41 cmc 1.37.76.2: #i30891# revert header and namespace change 2004/06/28 10:37:28 cmc 1.37.76.1: #i30801 allow using system libs if possible --- xmlhelp/source/cxxhelp/provider/databases.cxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index 9029f84213af..15068f98c1a3 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -2,9 +2,9 @@ * * $RCSfile: databases.cxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: kz $ $Date: 2004-08-30 17:26:40 $ + * last change: $Author: rt $ $Date: 2004-09-08 16:14:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,8 +59,11 @@ * ************************************************************************/ - +#ifdef SYSTEM_DB3 +#include +#else #include +#endif #ifndef _VOS_DIAGNOSE_HXX_ #include #endif