Another #define __CARBONSOUND__ needed because of wacko Quicktime decision

to leave carbon framework in bad state.
This commit is contained in:
Ton Roosendaal 2006-04-05 12:03:43 +00:00
parent f3d8d8e067
commit 666120ad9a
2 changed files with 2 additions and 0 deletions

@ -49,6 +49,7 @@
#ifdef _WIN32
#include <Movies.h>
#elif defined(__APPLE__)
#define __CARBONSOUND__
#import <Carbon/Carbon.h>
#include <QuickTime/Movies.h>
#endif

@ -62,6 +62,7 @@
#ifdef __APPLE__
#include <OpenGL/OpenGL.h>
#define __CARBONSOUND__
#include <Carbon/Carbon.h>
/*declarations*/