Commit 33f4108b authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

#undef interface before including alsa headers.

parent 8a67554a
...@@ -18,7 +18,9 @@ ...@@ -18,7 +18,9 @@
#ifndef __WINE_CONFIG_H #ifndef __WINE_CONFIG_H
# error You must include config.h to use this header # error You must include config.h to use this header
#endif #endif
#ifdef interface
#undef interface
#endif
#ifdef HAVE_ALSA_ASOUNDLIB_H #ifdef HAVE_ALSA_ASOUNDLIB_H
#include <alsa/asoundlib.h> #include <alsa/asoundlib.h>
#elif defined(HAVE_SYS_ASOUNDLIB_H) #elif defined(HAVE_SYS_ASOUNDLIB_H)
......
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