|
From: Andre R. <and...@us...> - 2004-10-23 21:42:14
|
Update of /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24432/Frontier/Common/IowaRuntime/Source Modified Files: iowacomponent.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iowacomponent.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source/iowacomponent.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iowacomponent.c 9 Oct 2004 20:19:02 -0000 1.1 --- iowacomponent.c 23 Oct 2004 21:41:53 -0000 1.2 *************** *** 24,28 **** ******************************************************************************/ ! #include <Components.h> #include "iowacore.h" #ifndef iowaRuntime --- 24,31 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! ! #include "shelltypes.h" #include "iowacore.h" #ifndef iowaRuntime *************** *** 99,103 **** //Code change by Timothy Paustian Thursday, June 29, 2000 9:42:56 PM //Update macro ! #if TARGET_RT_MAC_CFM enum { uppCallComponentProcInfo = kPascalStackBased --- 102,109 ---- //Code change by Timothy Paustian Thursday, June 29, 2000 9:42:56 PM //Update macro ! /* 2004-10-22 aradke: Not sure if this is the right thing to do for the Mach-O build, ! but at least it makes the link errors for _drawobjectGlue etc. go away ! */ ! #if TARGET_RT_MAC_CFM || TARGET_RT_MAC_MACHO enum { uppCallComponentProcInfo = kPascalStackBased |