|
From: Andre R. <and...@us...> - 2004-10-23 21:54:06
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26810/Frontier/Common/headers Modified Files: langxcmd.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langxcmd.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/langxcmd.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langxcmd.h 9 Oct 2004 20:58:36 -0000 1.1 --- langxcmd.h 23 Oct 2004 21:53:58 -0000 1.2 *************** *** 27,30 **** --- 27,31 ---- #define langxcmdinclude + #if TARGET_API_MAC_OS8 /* 2004-10-23 aradke: XCMDs are not supported on Carbon */ #ifndef __HYPERXCMD__ *************** *** 47,49 **** ! #endif --- 48,53 ---- ! #endif /*TARGET_API_MAC_OS8*/ ! ! ! #endif /*langxcmdinclude*/ |