commit | 33f4108b6934f2b4f7d70e4b43244f6b98c81825 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <meissner@suse.de> | Sun May 29 20:03:05 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun May 29 20:03:05 2005 +0000 |
tree | 6c38dd9df9f5f7ee273b14b2869424cad8b99d2b | |
parent | 8a67554a3a34743b138b5fc1c1c39364fc1782da [diff] |
#undef interface before including alsa headers.
diff --git a/dlls/winmm/winealsa/alsa.h b/dlls/winmm/winealsa/alsa.h index 944e75b..16c7eff 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 <alsa/asoundlib.h> #elif defined(HAVE_SYS_ASOUNDLIB_H)