diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:04:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:04:29 +0000 |
commit | 8263d8a8ac4be38b05876772765bc681cb2149b0 (patch) | |
tree | 351d0009899c43d3e8f954375374693a53cb3419 /idl/source/prj | |
parent | 068fe5a1fda7c9d1a7a0d069df439995e1cffd35 (diff) |
INTEGRATION: CWS mingwport03 (1.4.6); FILE MERGED
2007/01/08 17:37:00 vg 1.4.6.3: RESYNC: (1.5-1.6); FILE MERGED
2006/11/08 12:47:59 vg 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED
2006/09/06 13:09:03 vg 1.4.6.1: #i53572# MinGW port
Diffstat (limited to 'idl/source/prj')
-rw-r--r-- | idl/source/prj/svidl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/source/prj/svidl.cxx b/idl/source/prj/svidl.cxx index bb118c6de2a4..4168a7d90969 100644 --- a/idl/source/prj/svidl.cxx +++ b/idl/source/prj/svidl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svidl.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2006-11-06 14:54:06 $ + * last change: $Author: vg $ $Date: 2007-03-26 13:04:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -115,7 +115,7 @@ BOOL FileMove_Impl( const String & rFile1, const String & rFile2, BOOL bImmerVer |* |* Beschreibung *************************************************************************/ -#if defined( UNX ) || (defined( PM2 ) && defined( CSET )) || defined (WTC) || defined (MAC) || defined (MTW) +#if defined( UNX ) || (defined( PM2 ) && defined( CSET )) || defined (WTC) || defined (MAC) || defined (MTW) || defined (__MINGW32__) int main ( int argc, char ** argv) { #else |