|
From: Andre R. <and...@us...> - 2004-11-01 13:15:53
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18272 Modified Files: osincludes.h Log Message: Reorganized global headers slightly. Introduced FRONTIER_FRAMEWORK_INCLUDES preprocessor directive, applicable to C and rez compilation. Index: osincludes.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/osincludes.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** osincludes.h 23 Oct 2004 18:31:25 -0000 1.1 --- osincludes.h 1 Nov 2004 13:15:44 -0000 1.2 *************** *** 63,67 **** #if TARGET_API_MAC_CARBON ! #ifdef __MACH__ /* building for Mach-O with framework-style includes */ #include <Carbon/Carbon.h> --- 63,67 ---- #if TARGET_API_MAC_CARBON ! #ifdef FRONTIER_FRAMEWORK_INCLUDES /* building for Mach-O with framework-style includes */ #include <Carbon/Carbon.h> |