|
From: Andre R. <and...@us...> - 2004-10-24 22:22:22
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8613/Frontier/Common/Paige/headers Modified Files: PGERRORS.H Log Message: For Carbon, rely on osincludes.h to provide system headers. Index: PGERRORS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGERRORS.H,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PGERRORS.H 23 Oct 2004 22:03:23 -0000 1.2 --- PGERRORS.H 24 Oct 2004 22:22:12 -0000 1.3 *************** *** 21,25 **** --- 21,27 ---- #ifdef MAC_PLATFORM + #if !TARGET_API_MAC_CARBON #include <MacErrors.h> /* 2004-09-29 AR: renamed from errors.h */ + #endif /* Memory errors */ |