Remove MTW leftover

This commit is contained in:
Thomas Arnhold 2011-02-20 13:25:08 +01:00
parent 9583397fb6
commit 2a904565e5

View file

@ -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 (MTW) || defined (__MINGW32__) || defined( OS2 )
#if defined( UNX ) || (defined( PM2 ) && defined( CSET )) || defined (__MINGW32__) || defined( OS2 )
int main ( int argc, char ** argv)
{
#else