X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c36f02449beace1fe721e14ad4d87a0700d0c49e..ef344ff86223f1f0961f025c0b249c898529c095:/include/wx/mac/uma.h diff --git a/include/wx/mac/uma.h b/include/wx/mac/uma.h index fd2017069e..ed8cc1997f 100644 --- a/include/wx/mac/uma.h +++ b/include/wx/mac/uma.h @@ -21,10 +21,10 @@ #define UMA_USE_8_6 1 #endif -#if defined(__POWERPC__) || defined(__APPLE__) +#if defined(__POWERPC__) #define UMA_USE_APPEARANCE 1 #define UMA_USE_WINDOWMGR 1 - #if defined(__APPLE__) + #if defined(__DARWIN__) #include #endif #else @@ -82,8 +82,13 @@ void UMADrawMenuBar() ; void UMAShowWatchCursor() ; void UMAShowArrowCursor() ; +#if TARGET_CARBON && PM_USE_SESSION_APIS +OSStatus UMAPrOpen(PMPrintSession *macPrintSession) ; +OSStatus UMAPrClose(PMPrintSession *macPrintSession) ; +#else OSStatus UMAPrOpen() ; OSStatus UMAPrClose() ; +#endif // window manager