Upgrading in 10.3 to quicktime 7 seems to remove a header file, which

stops Ghost from compiling.

Information on this link here:
http://www.cocoadev.com/index.pl?CarbonSound
This commit is contained in:
Ton Roosendaal 2006-04-05 11:59:20 +00:00
parent 6b6d379b9d
commit f3d8d8e067
3 changed files with 3 additions and 0 deletions

@ -42,6 +42,7 @@
#include "GHOST_DisplayManager.h" #include "GHOST_DisplayManager.h"
#define __CARBONSOUND__
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>
/** /**

@ -40,6 +40,7 @@
#error Apple OSX only! #error Apple OSX only!
#endif // __APPLE__ #endif // __APPLE__
#define __CARBONSOUND__
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>
#include "GHOST_System.h" #include "GHOST_System.h"

@ -43,6 +43,7 @@
#include "GHOST_Window.h" #include "GHOST_Window.h"
#include "STR_String.h" #include "STR_String.h"
#define __CARBONSOUND__
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>
#include <AGL/agl.h> #include <AGL/agl.h>