From 33f4108b6934f2b4f7d70e4b43244f6b98c81825 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 29 May 2005 20:03:05 +0000 Subject: [PATCH] #undef interface before including alsa headers. --- dlls/winmm/winealsa/alsa.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dlls/winmm/winealsa/alsa.h b/dlls/winmm/winealsa/alsa.h index 944e75bf3e1..16c7eff9d14 100644 --- a/dlls/winmm/winealsa/alsa.h +++ b/dlls/winmm/winealsa/alsa.h @@ -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 #elif defined(HAVE_SYS_ASOUNDLIB_H)