From ebf0ce614b01de1249cfa3f0082c33c70433045f Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 16 Feb 2011 22:55:22 +0100 Subject: Remove WTC support http://www.openoffice.org/issues/show_bug.cgi?id=52746 "WTC - watcom compiler (OS2, WNT?) - obsolete" --- idl/source/prj/svidl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idl') 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 -- cgit