From f3d8d8e06732ba8d023d958fbe2c64bf6888fae8 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 5 Apr 2006 11:59:20 +0000 Subject: 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 --- intern/ghost/intern/GHOST_DisplayManagerCarbon.h | 1 + intern/ghost/intern/GHOST_SystemCarbon.h | 1 + intern/ghost/intern/GHOST_WindowCarbon.h | 1 + 3 files changed, 3 insertions(+) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_DisplayManagerCarbon.h b/intern/ghost/intern/GHOST_DisplayManagerCarbon.h index 1523980f38f..42a1aa37a5a 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerCarbon.h +++ b/intern/ghost/intern/GHOST_DisplayManagerCarbon.h @@ -42,6 +42,7 @@ #include "GHOST_DisplayManager.h" +#define __CARBONSOUND__ #include /** diff --git a/intern/ghost/intern/GHOST_SystemCarbon.h b/intern/ghost/intern/GHOST_SystemCarbon.h index a08a070a7b2..740006a335f 100644 --- a/intern/ghost/intern/GHOST_SystemCarbon.h +++ b/intern/ghost/intern/GHOST_SystemCarbon.h @@ -40,6 +40,7 @@ #error Apple OSX only! #endif // __APPLE__ +#define __CARBONSOUND__ #include #include "GHOST_System.h" diff --git a/intern/ghost/intern/GHOST_WindowCarbon.h b/intern/ghost/intern/GHOST_WindowCarbon.h index dbf45882705..582979e6248 100644 --- a/intern/ghost/intern/GHOST_WindowCarbon.h +++ b/intern/ghost/intern/GHOST_WindowCarbon.h @@ -43,6 +43,7 @@ #include "GHOST_Window.h" #include "STR_String.h" +#define __CARBONSOUND__ #include #include -- cgit v1.2.3