unified UMAPrOpen/UMAPrClose prototypes for session and non-session printing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -54,13 +54,8 @@ void UMAInsertMenuItem( MenuRef menu , StringPtr label , MenuItemIndex item ,
|
||||
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
|
||||
OSStatus UMAPrOpen(void *macPrintSession) ;
|
||||
OSStatus UMAPrClose(void *macPrintSession) ;
|
||||
|
||||
// window manager
|
||||
|
||||
|
Reference in New Issue
Block a user