Remove CSET support

Obsolete IBM CSet C-Compiler

svidl.cxx: This seem to be an error, all other files check for PM && !CSET.
This commit is contained in:
Thomas Arnhold 2011-02-21 18:34:50 +01:00
parent 2a904565e5
commit f125171337
4 changed files with 4 additions and 4 deletions

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

View file

@ -2128,7 +2128,7 @@ void SfxDispatcher::SetSlotFilter
//--------------------------------------------------------------------
EXTERN_C
#if defined( PM2 ) && !defined( CSET )
#if defined( PM2 )
int _stdcall
#else
#ifdef WNT

View file

@ -47,7 +47,7 @@ DBG_NAME(SfxInterface)
//====================================================================
EXTERN_C
#if defined( PM2 ) && !defined( CSET )
#if defined( PM2 )
int _stdcall
#else
#ifdef WNT

View file

@ -934,7 +934,7 @@ UINT32 UHashMap::getId( const OUString& rCompareString )
SvxUnoPropertyMapProvider aSvxMapProvider;
EXTERN_C
#if defined( PM2 ) && !defined( CSET )
#if defined( PM2 )
int _stdcall
#else
#ifdef WNT