|
From: Karsten W. <kar...@us...> - 2005-12-05 20:34:07
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5101 Modified Files: shellprint.c Log Message: carbon printing Index: shellprint.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellprint.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** shellprint.c 11 Jan 2005 22:48:10 -0000 1.4 --- shellprint.c 5 Dec 2005 20:33:56 -0000 1.5 *************** *** 40,61 **** #include "shellprint.h" - #ifdef MACVERSION ! CGrafPtr currentprintport = NULL; ! #if TARGET_API_MAC_CARBON ! #define iPrAbort kPMCancel ! #endif #endif [...1595 lines suppressed...] ! ! popport (); ! ! (*shellglobals.endprintroutine) (); ! ! shellpopglobals (); ! ! exit: ! ! PrClose (); currentprintport = NULL; return (fl); + } /*shellprint*/ + # endif + #endif + |