summaryrefslogtreecommitdiff
path: root/common/quicktime_win32/CarbonSound.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/quicktime_win32/CarbonSound.h')
-rw-r--r--common/quicktime_win32/CarbonSound.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/common/quicktime_win32/CarbonSound.h b/common/quicktime_win32/CarbonSound.h
new file mode 100644
index 0000000..ac00f12
--- /dev/null
+++ b/common/quicktime_win32/CarbonSound.h
@@ -0,0 +1,36 @@
+/*
+ File: CarbonSound.h
+
+ Contains: Master include for CarbonSound private framework
+
+ Version: QuickTime 7.3
+
+ Copyright: (c) 2007 (c) 1999-2001 by Apple Computer, Inc., all rights reserved.
+
+ Bugs?: For bug reports, consult the following page on
+ the World Wide Web:
+
+ http://developer.apple.com/bugreporter/
+
+*/
+#ifndef __CARBONSOUND__
+#define __CARBONSOUND__
+
+#ifndef __CORESERVICES__
+#include <CoreServices.h>
+#endif
+
+
+#ifndef __HITOOLBOX__
+#include <HIToolbox.h>
+#endif
+
+
+#ifndef __SOUND__
+#include <Sound.h>
+#endif
+
+
+
+#endif /* __CARBONSOUND__ */
+