Include Carbon/Carbon.h if we're on OSX.

This commit is contained in:
Jack Jansen 2001-09-01 23:38:13 +00:00
parent 0de279b9cd
commit e9fb3d6db3
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
#ifdef WITHOUT_FRAMEWORKS #ifdef WITHOUT_FRAMEWORKS
#include <MacTextEditor.h> #include <MacTextEditor.h>
#else #else
#include <xxxx.h> #include <Carbon/Carbon.h>
#endif #endif
/* For now we declare them forward here. They'll go to mactoolbox later */ /* For now we declare them forward here. They'll go to mactoolbox later */

View file

@ -23,7 +23,7 @@ includestuff = includestuff + """
#ifdef WITHOUT_FRAMEWORKS #ifdef WITHOUT_FRAMEWORKS
#include <MacTextEditor.h> #include <MacTextEditor.h>
#else #else
#include <xxxx.h> #include <Carbon/Carbon.h>
#endif #endif
/* For now we declare them forward here. They'll go to mactoolbox later */ /* For now we declare them forward here. They'll go to mactoolbox later */