winecoreaudio: Fix building on Snow Leopard.
This commit is contained in:
parent
4266433868
commit
131a046302
|
@ -22,10 +22,16 @@
|
||||||
|
|
||||||
#ifdef HAVE_AUDIOUNIT_AUDIOUNIT_H
|
#ifdef HAVE_AUDIOUNIT_AUDIOUNIT_H
|
||||||
|
|
||||||
|
#define ULONG CoreFoundation_ULONG
|
||||||
|
#define HRESULT CoreFoundation_HRESULT
|
||||||
|
#include <CoreServices/CoreServices.h>
|
||||||
#include <AudioUnit/AudioUnit.h>
|
#include <AudioUnit/AudioUnit.h>
|
||||||
#include <AudioToolbox/AudioToolbox.h>
|
#include <AudioToolbox/AudioToolbox.h>
|
||||||
|
#undef ULONG
|
||||||
|
#undef HRESULT
|
||||||
|
|
||||||
#undef DPRINTF
|
#undef DPRINTF
|
||||||
|
#undef STDMETHODCALLTYPE
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(wave);
|
WINE_DEFAULT_DEBUG_CHANNEL(wave);
|
||||||
|
|
Loading…
Reference in New Issue