#undef interface before including alsa headers.

This commit is contained in:
Marcus Meissner 2005-05-29 20:03:05 +00:00 committed by Alexandre Julliard
parent 8a67554a3a
commit 33f4108b69

View file

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