From 7abf1cbb73523970db60b632f04c251bf938bd8f Mon Sep 17 00:00:00 2001 From: Nicholas Shanks Date: Thu, 3 Apr 2003 17:31:26 +0000 Subject: [PATCH] Fix for latest gcc --- Carbon/Resources/Carbon.r | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Carbon/Resources/Carbon.r b/Carbon/Resources/Carbon.r index 66b5fb8..2d82b9e 100644 --- a/Carbon/Resources/Carbon.r +++ b/Carbon/Resources/Carbon.r @@ -1,8 +1,16 @@ +#if defined(__MWERKS__) // compiling with codewarrior + #include +#else // compiling with gcc (__APPLE_CC__) + #include +#endif + +/* #if defined(__APPLE_CC__) // compiling with gcc #include #else // compiling with CodeWarrior, __MWERKS__ #include #endif +*/ /*** CARBON RESOURCES ***/ data 'carb' ( 0 )