Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerCarbon.h1
-rw-r--r--intern/ghost/intern/GHOST_SystemCarbon.h1
-rw-r--r--intern/ghost/intern/GHOST_WindowCarbon.h1
3 files changed, 3 insertions, 0 deletions
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 <Carbon/Carbon.h>
/**
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 <Carbon/Carbon.h>
#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 <Carbon/Carbon.h>
#include <AGL/agl.h>