winecoreaudio: Undefine a few more items to prevent macro redefinition warnings.
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
65f5033702
commit
0c2defd9cc
|
@ -30,6 +30,23 @@
|
|||
#undef ULONG
|
||||
#undef HRESULT
|
||||
#undef STDMETHODCALLTYPE
|
||||
#undef SUCCEEDED
|
||||
#undef FAILED
|
||||
#undef IS_ERROR
|
||||
#undef HRESULT_FACILITY
|
||||
#undef MAKE_HRESULT
|
||||
#undef S_OK
|
||||
#undef S_FALSE
|
||||
#undef E_UNEXPECTED
|
||||
#undef E_NOTIMPL
|
||||
#undef E_OUTOFMEMORY
|
||||
#undef E_INVALIDARG
|
||||
#undef E_NOINTERFACE
|
||||
#undef E_POINTER
|
||||
#undef E_HANDLE
|
||||
#undef E_ABORT
|
||||
#undef E_FAIL
|
||||
#undef E_ACCESSDENIED
|
||||
#include "coreaudio.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue