|
From: Andre R. <and...@us...> - 2004-10-24 16:58:20
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22947/Frontier/Common/headers Modified Files: shellprint.h Log Message: Do not include system headers for printing here since this is now already handled in the global osincludes.h. Index: shellprint.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/shellprint.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellprint.h 9 Oct 2004 21:09:22 -0000 1.1 --- shellprint.h 24 Oct 2004 16:58:11 -0000 1.2 *************** *** 27,46 **** - #if MACVERSION - #if TARGET_API_MAC_CARBON == 1 - #include <PMApplication.h> - #include <PMDefinitions.h> - //#include <PMCore.h> - #else - #include <Printing.h> - #endif - - #endif - - #if WIN95VERSION - - #endif - - typedef struct typrintinfo { --- 27,30 ---- |