summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:55:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:55:47 +0000
commitdfb922cb8f4d571de90f23a44d9668c8ee3c1911 (patch)
tree5ae6500edd77255a77967ee4d230cfc2ffff6593 /xml2cmp
parent1d0f3800f8e0b5d51a08801a757295d9c707fe8e (diff)
INTEGRATION: CWS os2port02 (1.7.40); FILE MERGED
2007/10/04 19:45:25 ydario 1.7.40.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/source/support/syshelp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xml2cmp/source/support/syshelp.hxx b/xml2cmp/source/support/syshelp.hxx
index 4e35507c8403..77a79e7a4248 100644
--- a/xml2cmp/source/support/syshelp.hxx
+++ b/xml2cmp/source/support/syshelp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: syshelp.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 11:58:53 $
+ * last change: $Author: hr $ $Date: 2007-11-02 12:55:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,7 +48,7 @@ class Simstr;
template <class XY> class List;
-#ifdef WNT
+#if defined(WNT) || defined(OS2)
const char C_sSLASH[] = "\\";
const char C_cSLASH = '\\';
#elif defined(UNX)