MDK cooker just updated to this version, so this define is needed to support the (older) API wine is using. I'm not interested in sound system development right now, so I didn't port it to the new API as should be done I suppose.
Index: dlls/winmm/winealsa/alsa.h =================================================================== RCS file: /home/wine/wine/dlls/winmm/winealsa/alsa.h,v retrieving revision 1.4 diff -u -r1.4 alsa.h --- dlls/winmm/winealsa/alsa.h 15 Sep 2003 22:08:39 -0000 1.4 +++ dlls/winmm/winealsa/alsa.h 4 Dec 2003 14:47:06 -0000 @@ -19,6 +19,8 @@ # error You must include config.h to use this header #endif +#define ALSA_PCM_OLD_HW_PARAMS_API + #ifdef HAVE_ALSA_ASOUNDLIB_H #include <alsa/asoundlib.h> #elif defined(HAVE_SYS_ASOUNDLIB_H)