mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-12-22 02:29:56 +00:00
Fix for latest gcc
This commit is contained in:
parent
1880029f77
commit
7abf1cbb73
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user