diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:26:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:26:50 +0000 |
commit | 294215a05da90fdcbe7069b3c91b66b9abc02f33 (patch) | |
tree | d73154d8ff3b6c63a5d43e21af7a4e690bdc214d /idl/source/prj | |
parent | e7ca5458fe9b87768206d1a653b5d0ff60acbf95 (diff) |
INTEGRATION: CWS os2port01 (1.4.8); FILE MERGED
2007/09/05 08:30:02 obr 1.4.8.3: RESYNC: (1.7-1.8); FILE MERGED
2007/07/16 09:27:57 obr 1.4.8.2: RESYNC: (1.4-1.7); FILE MERGED
2006/12/28 15:00:16 ydario 1.4.8.1: OS/2 initial import.
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 ef14bc6f38cb..4c6a9a9ace79 100644 --- a/idl/source/prj/svidl.cxx +++ b/idl/source/prj/svidl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svidl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: ihi $ $Date: 2007-07-11 13:04:58 $ + * last change: $Author: vg $ $Date: 2007-09-20 14:26:50 $ * * 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 (MTW) || defined (__MINGW32__) +#if defined( UNX ) || (defined( PM2 ) && defined( CSET )) || defined (WTC) || defined (MTW) || defined (__MINGW32__) || defined( OS2 ) int main ( int argc, char ** argv) { #else |