winecoreaudio: Fix building on Snow Leopard.

This commit is contained in:
Ken Thomases 2009-05-01 23:01:18 -05:00 committed by Alexandre Julliard
parent 4266433868
commit 131a046302
1 changed files with 6 additions and 0 deletions

View File

@ -22,10 +22,16 @@
#ifdef HAVE_AUDIOUNIT_AUDIOUNIT_H
#define ULONG CoreFoundation_ULONG
#define HRESULT CoreFoundation_HRESULT
#include <CoreServices/CoreServices.h>
#include <AudioUnit/AudioUnit.h>
#include <AudioToolbox/AudioToolbox.h>
#undef ULONG
#undef HRESULT
#undef DPRINTF
#undef STDMETHODCALLTYPE
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(wave);