diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:59:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:59:12 +0000 |
commit | ac131258e149bebcdb24ee3b523e2801fcec55ed (patch) | |
tree | f50df8b73af3cde317a6ec253f478392d35c45c3 /tools | |
parent | e1f40ef39a2e20fdcaeb2ea4b4c04a82b287dc48 (diff) |
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.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrp/prj.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 |