summaryrefslogtreecommitdiff
path: root/rsc/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 14:01:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 14:01:06 +0000
commit157b3522da2e235e68020f2365c86015f5d9cc63 (patch)
treeb0316d26f2f373f0bb79df0e1a337e624f1328f6 /rsc/source
parenta910924d1a7f1e08b5d70dbd716e67596069207b (diff)
INTEGRATION: CWS mingwport03 (1.6.48); FILE MERGED
2006/11/08 12:56:58 vg 1.6.48.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/13 14:22:28 vg 1.6.48.1: #i53572# MinGW port
Diffstat (limited to 'rsc/source')
-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 40959ef2bccb..c5e8c92317f1 100644
--- a/rsc/source/prj/gui.cxx
+++ b/rsc/source/prj/gui.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gui.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:00:35 $
+ * last change: $Author: vg $ $Date: 2007-03-26 15:01:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,7 +57,7 @@ static RscCompiler * pRscCompiler = NULL;
/* */
/* Description : Gibt die Temporaeren Dateien frei. */
/****************************************************************/
-#if defined( UNX ) || ( defined( PM2 ) && ( defined( TCPP ) || defined ( GCC )) ) || defined( MAC ) || defined (WTC) || defined (MTW)
+#if defined( UNX ) || ( defined( PM2 ) && ( defined( TCPP ) || defined ( GCC )) ) || defined( MAC ) || defined (WTC) || defined (MTW) || defined(__MINGW32__)
void ExitProgram( void ){
#else
#if defined( CSET )
@@ -70,7 +70,7 @@ static RscCompiler * pRscCompiler = NULL;
delete pRscCompiler;
}
-#if defined( UNX ) || defined( MAC ) || ( defined( PM2 ) && ( defined( CSET ) || defined ( GCC ))) || defined (WTC) || defined(ICC)
+#if defined( UNX ) || defined( MAC ) || ( defined( PM2 ) && ( defined( CSET ) || defined ( GCC ))) || defined (WTC) || defined(ICC) || defined(__MINGW32__)
int main ( int argc, char ** argv) {
#else
#if defined( MTW )