summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 12:08:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 12:08:05 +0000
commit7c8f80b7710a36b2e3bab7b21b89c6c6c0fd4da2 (patch)
tree8642b51b2b666d5b7f8f35906878bccda2842525 /rsc
parentc006bbe96e4c4e70766bbc0e3e496e2b9e5d617d (diff)
INTEGRATION: CWS os2port02 (1.9.8); FILE MERGED
2007/09/30 11:48:12 ydario 1.9.8.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/prj/gui.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/source/prj/gui.cxx b/rsc/source/prj/gui.cxx
index 4b5f98099482..a91d1a4b068a 100644
--- a/rsc/source/prj/gui.cxx
+++ b/rsc/source/prj/gui.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gui.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2007-07-03 14:00:37 $
+ * last change: $Author: hr $ $Date: 2007-11-02 13:08:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,7 +54,7 @@ static RscCompiler * pRscCompiler = NULL;
/* */
/* Description : Gibt die Temporaeren Dateien frei. */
/****************************************************************/
-#if defined( UNX ) || ( defined( PM2 ) && ( defined( TCPP ) || defined ( GCC )) ) || defined (WTC) || defined (MTW) || defined(__MINGW32__)
+#if defined( UNX ) || ( defined( OS2 ) && ( defined( TCPP ) || defined ( GCC )) ) || defined (WTC) || defined (MTW) || defined(__MINGW32__)
void ExitProgram( void ){
#else
#if defined( CSET )
@@ -67,7 +67,7 @@ static RscCompiler * pRscCompiler = NULL;
delete pRscCompiler;
}
-#if defined( UNX ) || ( defined( PM2 ) && ( defined( CSET ) || defined ( GCC ))) || defined (WTC) || defined(ICC) || defined(__MINGW32__)
+#if defined( UNX ) || ( defined( OS2 ) && ( defined( CSET ) || defined ( GCC ))) || defined (WTC) || defined(ICC) || defined(__MINGW32__)
int main ( int argc, char ** argv) {
#else
#if defined( MTW )