diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 22:55:22 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 22:55:22 +0100 |
commit | ebf0ce614b01de1249cfa3f0082c33c70433045f (patch) | |
tree | b4a6b30279b96ab343191b4e919aab36838f2d1d /idl/source | |
parent | 93f2f61afc55fa15272552383afa2d5028a93ad5 (diff) |
Remove WTC support
http://www.openoffice.org/issues/show_bug.cgi?id=52746
"WTC - watcom compiler (OS2, WNT?) - obsolete"
Diffstat (limited to 'idl/source')
-rw-r--r-- | idl/source/prj/svidl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/svidl.cxx b/idl/source/prj/svidl.cxx index be9e73bbf1df..9b5f3a545bb7 100644 --- a/idl/source/prj/svidl.cxx +++ b/idl/source/prj/svidl.cxx @@ -90,7 +90,7 @@ BOOL FileMove_Impl( const String & rFile1, const String & rFile2, BOOL bImmerVer return 0 == aF2.Kill(); } -#if defined( UNX ) || (defined( PM2 ) && defined( CSET )) || defined (WTC) || defined (MTW) || defined (__MINGW32__) || defined( OS2 ) +#if defined( UNX ) || (defined( PM2 ) && defined( CSET )) || defined (MTW) || defined (__MINGW32__) || defined( OS2 ) int main ( int argc, char ** argv) { #else |