Kaydet (Commit) 570b063c authored tarafından Yuri Dario's avatar Yuri Dario

i118923 - OS/2 port: PM2 is no longer supported as macro, replaced with OS2 or…

i118923 - OS/2 port: PM2 is no longer supported as macro, replaced with OS2 or deleted (old compilers).
üst f594e849
......@@ -34,9 +34,6 @@ SV_IMPL_PTRARR( TextCharAttribs, TextCharAttribPtr );
// Vergleichmethode wird von QuickSort gerufen...
EXTERN_C
#if defined( PM2 ) && (!defined( CSET ) && !defined ( MTW ) && !defined( WTC ))
int _stdcall
#else
#ifdef WNT
#if _MSC_VER >= 1200
int __cdecl
......@@ -46,7 +43,6 @@ int _cdecl
#else
int
#endif
#endif
CompareStart( const void* pFirst, const void* pSecond )
{
......
......@@ -29,10 +29,6 @@
#include <tools/poly.hxx>
#if defined( PM2 ) && defined( __BORLANDC__ )
#pragma option -Od
#endif
extern "C" {
/*.pn 277 */
......
......@@ -613,7 +613,7 @@ sal_uInt16 SetTextContext(OutputDevice& rOut, ObjTextType& Atr, sal_Bool Kapt, s
switch (Atr.GetFont()) {
case 92500: case 92501: case 92504: case 92505:
{
#if defined(WNT) || defined(PM2)
#if defined(WNT) || defined(OS2)
FNam=String::CreateFromAscii( "Times New Roman" ); // CG Times ist unter Windows und OS/2 Times New Roman
#else
FNam=String::CreateFromAscii( "Times" ); // ansonsten ist das einfach Times
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment