From dfb922cb8f4d571de90f23a44d9668c8ee3c1911 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 2 Nov 2007 11:55:47 +0000 Subject: 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. --- xml2cmp/source/support/syshelp.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xml2cmp') 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 List; -#ifdef WNT +#if defined(WNT) || defined(OS2) const char C_sSLASH[] = "\\"; const char C_cSLASH = '\\'; #elif defined(UNX) -- cgit