|
From: Andre R. <and...@us...> - 2004-10-24 22:22:58
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8777/Frontier/Common/Paige/headers Modified Files: PGTRAPS.H Log Message: For Carbon, rely on osincludes.h to provide system headers. Index: PGTRAPS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGTRAPS.H,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PGTRAPS.H 23 Oct 2004 22:03:54 -0000 1.2 --- PGTRAPS.H 24 Oct 2004 22:22:49 -0000 1.3 *************** *** 28,31 **** --- 28,32 ---- #ifndef THINK_C + #if !TARGET_API_MAC_CARBON #include <Quickdraw.h> #include <Memory.h> *************** *** 39,46 **** --- 40,50 ---- #include <MacErrors.h> /* 2004-09-29 AR: renamed from errors.h */ #include <gestalt.h> + #endif #endif + #if !TARGET_API_MAC_CARBON #include <script.h> + #endif /*********** Memory Definitions (for allocation, resize, etc.) ***********/ |