Remove MTW leftover
This commit is contained in:
parent
9583397fb6
commit
2a904565e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue