summaryrefslogtreecommitdiff
path: root/idl/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 22:55:22 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-16 22:55:22 +0100
commit75759ca4dddf0719c2d4cfbf73f8d3351d06e118 (patch)
tree450a6eb7ceda6c2bd4b8ae73e6eae409db244fae /idl/source
parent917589cd71f9fe4c4e0e1a5c38451900ed5feb4b (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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/svidl.cxx b/idl/source/prj/svidl.cxx
index 8260baba5b..fcbf802a6f 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