|
From: Andre R. <and...@us...> - 2004-10-24 19:29:14
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29265/Frontier/Common/headers Modified Files: CallMachOFrameWork.h Log Message: Rely on osincludes.h to include CFBundle.h, no longer include it here. Index: CallMachOFrameWork.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/CallMachOFrameWork.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CallMachOFrameWork.h 9 Oct 2004 20:51:31 -0000 1.1 --- CallMachOFrameWork.h 24 Oct 2004 19:29:05 -0000 1.2 *************** *** 26,30 **** #ifndef callmachoframework #define callmachoframework - #include <CFBundle.h> extern boolean unixshellcall (Handle hcommand, Handle hreturn); --- 26,29 ---- |