From ac131258e149bebcdb24ee3b523e2801fcec55ed Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Fri, 2 Nov 2007 11:59:12 +0000
Subject: INTEGRATION: CWS os2port02 (1.26.32); FILE MERGED 2007/09/30 12:08:49
ydario 1.26.32.1: Issue number: i82034 Submitted by: ydario Reviewed by:
ydario Commit of changes for OS/2 CWS source code integration.
---
tools/bootstrp/prj.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'tools/bootstrp')
diff --git a/tools/bootstrp/prj.cxx b/tools/bootstrp/prj.cxx
index aa3d4772e2f6..ddaada073220 100644
--- a/tools/bootstrp/prj.cxx
+++ b/tools/bootstrp/prj.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: prj.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: hr $ $Date: 2007-11-01 17:12:23 $
+ * last change: $Author: hr $ $Date: 2007-11-02 12:59:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,7 +47,7 @@
//#define TEST 1
-#if defined WNT
+#if defined(WNT) || defined(OS2)
#define LIST_DELIMETER ';'
#define PATH_DELIMETER '\\'
#elif defined UNX
--
cgit