|
From: Andre R. <and...@us...> - 2004-10-25 22:55:33
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19821/Frontier/Common/resources/Mac Modified Files: SHELL.R Log Message: Update to framework-style includes for Carbon. Index: SHELL.R =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/SHELL.R,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SHELL.R 23 Oct 2004 21:35:02 -0000 1.2 --- SHELL.R 25 Oct 2004 22:55:24 -0000 1.3 *************** *** 26,29 **** --- 26,32 ---- #define oldTemp + #ifdef TARGET_API_MAC_CARBON + #include <Carbon/Carbon.r> + #else #include <MacTypes.r> #include <AEUserTermTypes.r> *************** *** 32,35 **** --- 35,40 ---- #include <Icons.r> #include <Menus.r> + #endif + #include "config.r" #include "versions.h" |