Fix for latest gcc

This commit is contained in:
Nicholas Shanks 2003-04-03 17:31:26 +00:00
parent 1880029f77
commit 7abf1cbb73
1 changed files with 8 additions and 0 deletions

View File

@ -1,8 +1,16 @@
#if defined(__MWERKS__) // compiling with codewarrior
#include <Carbon.r>
#else // compiling with gcc (__APPLE_CC__)
#include <Carbon/Carbon.r>
#endif
/*
#if defined(__APPLE_CC__) // compiling with gcc
#include <Carbon/Carbon.r>
#else // compiling with CodeWarrior, __MWERKS__
#include <Carbon.r>
#endif
*/
/*** CARBON RESOURCES ***/
data 'carb' ( 0 )