summaryrefslogtreecommitdiff
path: root/sal/qa/osl/process
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:36:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:36:07 +0000
commit4316a43dbd648517ddda722e28dc419b78d4b260 (patch)
tree4a1f9f44e8d797bf47d37b600753de36a639139a /sal/qa/osl/process
parent3ae9cc0b7999bcee39fa0f6ae34663c5d942f16c (diff)
INTEGRATION: CWS os2port02 (1.7.152); FILE MERGED
2007/10/04 19:48:06 ydario 1.7.152.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'sal/qa/osl/process')
-rw-r--r--sal/qa/osl/process/osl_process.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/osl/process/osl_process.cxx b/sal/qa/osl/process/osl_process.cxx
index 8533ec84d..be5d75a36 100644
--- a/sal/qa/osl/process/osl_process.cxx
+++ b/sal/qa/osl/process/osl_process.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: osl_process.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 08:51:16 $
+ * last change: $Author: hr $ $Date: 2007-11-02 12:36:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,7 +66,7 @@
#include <iterator>
#include <string>
-#ifdef WNT
+#if defined(WNT) || defined(OS2)
const rtl::OUString EXECUTABLE_NAME = rtl::OUString::createFromAscii("osl_process_child.exe");
#else
const rtl::OUString EXECUTABLE_NAME = rtl::OUString::createFromAscii("osl_process_child");