Kaydet (Commit) 8077f57f authored tarafından Michael Meeks's avatar Michael Meeks

generic: overcome Mac specific build errors

üst e8b967a0
...@@ -109,7 +109,7 @@ static String getPdfDir( const PrinterInfo& rInfo ) ...@@ -109,7 +109,7 @@ static String getPdfDir( const PrinterInfo& rInfo )
static void getPaLib() static void getPaLib()
{ {
#if defined( UNX ) #if defined( UNX ) && !( defined( QUARTZ ) || defined( IOS ) )
if( ! driverLib ) if( ! driverLib )
{ {
OUString aLibName( RTL_CONSTASCII_USTRINGPARAM( _XSALSET_LIBNAME ) ); OUString aLibName( RTL_CONSTASCII_USTRINGPARAM( _XSALSET_LIBNAME ) );
......
...@@ -147,6 +147,7 @@ struct SystemGraphicsData ...@@ -147,6 +147,7 @@ struct SystemGraphicsData
: nSize( sizeof( SystemGraphicsData ) ) : nSize( sizeof( SystemGraphicsData ) )
#if defined( WNT ) #if defined( WNT )
, hDC( 0 ) , hDC( 0 )
#elif defined( QUARTZ ) || defined( IOS )
#elif defined( UNX ) #elif defined( UNX )
, pDisplay( NULL ) , pDisplay( NULL )
, hDrawable( 0 ) , hDrawable( 0 )
......
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