Commit 937d1c3f authored by Jack Jansen's avatar Jack Jansen

include Carbon/Carbon.h in stead of universal headers, if appropriate.

parent c0bc5b5a
...@@ -22,7 +22,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -22,7 +22,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/ ******************************************************************/
#ifdef WITHOUT_FRAMEWORKS
#include <Types.h> #include <Types.h>
#include <Files.h> #include <Files.h>
#else
#include <Carbon/Carbon.h>
#endif
extern OSErr FindApplicationFromCreator(OSType, FSSpecPtr); extern OSErr FindApplicationFromCreator(OSType, FSSpecPtr);
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
extern "C" { extern "C" {
#endif #endif
#ifdef WITHOUT_FRAMEWORKS
#include <Memory.h> #include <Memory.h>
#include <Dialogs.h> #include <Dialogs.h>
#include <Menus.h> #include <Menus.h>
...@@ -14,6 +15,10 @@ ...@@ -14,6 +15,10 @@
#include <Lists.h> #include <Lists.h>
#include <Movies.h> #include <Movies.h>
#include <Errors.h> #include <Errors.h>
#else
#include <Carbon/Carbon.h>
#include <QuickTime/QuickTime.h>
#endif
#ifdef USE_TOOLBOX_OBJECT_GLUE #ifdef USE_TOOLBOX_OBJECT_GLUE
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment