corrected conditional compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-06-28 06:30:58 +00:00
parent 39348a9631
commit 93f0fe75dd
3 changed files with 17 additions and 15 deletions

View File

@@ -82,9 +82,9 @@ void UMADrawMenuBar() ;
void UMAShowWatchCursor() ;
void UMAShowArrowCursor() ;
#if PM_USE_SESSION_APIS
OSStatus UMAPrOpen(PMPrintSession *macPrintPort) ;
OSStatus UMAPrClose(PMPrintSession *macPrintPort) ;
#if TARGET_CARBON && PM_USE_SESSION_APIS
OSStatus UMAPrOpen(PMPrintSession *macPrintSession) ;
OSStatus UMAPrClose(PMPrintSession *macPrintSession) ;
#else
OSStatus UMAPrOpen() ;
OSStatus UMAPrClose() ;