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:
parent
2a904565e5
commit
f125171337
4 changed files with 4 additions and 4 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 (__MINGW32__) || defined( OS2 )
|
||||
#if defined( UNX ) || defined( PM2 ) || defined (__MINGW32__) || defined( OS2 )
|
||||
int main ( int argc, char ** argv)
|
||||
{
|
||||
#else
|
||||
|
|
|
@ -2128,7 +2128,7 @@ void SfxDispatcher::SetSlotFilter
|
|||
|
||||
//--------------------------------------------------------------------
|
||||
EXTERN_C
|
||||
#if defined( PM2 ) && !defined( CSET )
|
||||
#if defined( PM2 )
|
||||
int _stdcall
|
||||
#else
|
||||
#ifdef WNT
|
||||
|
|
|
@ -47,7 +47,7 @@ DBG_NAME(SfxInterface)
|
|||
//====================================================================
|
||||
|
||||
EXTERN_C
|
||||
#if defined( PM2 ) && !defined( CSET )
|
||||
#if defined( PM2 )
|
||||
int _stdcall
|
||||
#else
|
||||
#ifdef WNT
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue