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:
Huw Davies 2021-03-03 14:49:04 +00:00 committed by Alexandre Julliard
parent 65f5033702
commit 0c2defd9cc
1 changed files with 17 additions and 0 deletions

View File

@ -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"