Commit 131a0463 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

winecoreaudio: Fix building on Snow Leopard.

parent 42664338
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment