summaryrefslogtreecommitdiff
path: root/rsc/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 14:01:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 14:01:17 +0000
commit4ae2844f96e63a7effa06bce5fceec6ba376e0ed (patch)
treecf3390978f5173457a6290d50646f422a9831491 /rsc/source
parent157b3522da2e235e68020f2365c86015f5d9cc63 (diff)
INTEGRATION: CWS mingwport03 (1.5.48); FILE MERGED
2006/11/08 12:57:12 vg 1.5.48.2: RESYNC: (1.5-1.7); FILE MERGED 2006/09/13 14:22:28 vg 1.5.48.1: #i53572# MinGW port
Diffstat (limited to 'rsc/source')
-rw-r--r--rsc/source/prj/start.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/prj/start.cxx b/rsc/source/prj/start.cxx
index 7f77a5b3a7f2..4af82a34f402 100644
--- a/rsc/source/prj/start.cxx
+++ b/rsc/source/prj/start.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: start.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2006-09-27 09:52:13 $
+ * last change: $Author: vg $ $Date: 2007-03-26 15:01:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -288,7 +288,7 @@ static BOOL CallRsc2( ByteString aRsc2Name,
|* Letzte Aenderung MM 05.09.91
|*
*************************************************************************/
-#if defined UNX || (defined PM2 && (defined CSET || defined GCC )) || defined WTC || defined MTW || defined ICC
+#if defined UNX || (defined PM2 && (defined CSET || defined GCC )) || defined WTC || defined MTW || defined ICC || defined(__MINGW32__)
int main ( int argc, char ** argv)
{
#else