#undef interface before including alsa headers.
This commit is contained in:
parent
8a67554a3a
commit
33f4108b69
|
@ -18,7 +18,9 @@
|
|||
#ifndef __WINE_CONFIG_H
|
||||
# error You must include config.h to use this header
|
||||
#endif
|
||||
|
||||
#ifdef interface
|
||||
#undef interface
|
||||
#endif
|
||||
#ifdef HAVE_ALSA_ASOUNDLIB_H
|
||||
#include <alsa/asoundlib.h>
|
||||
#elif defined(HAVE_SYS_ASOUNDLIB_H)
|
||||
|
|
Loading…
Reference in New Issue