From 34865e4c27561b19cf1498ec0c88b186f59aba37 Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Wed, 3 Jul 2002 01:14:52 +0000 Subject: [PATCH] Fixed some more configuration issues. --- dlls/winmm/winealsa/audio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/winmm/winealsa/audio.c b/dlls/winmm/winealsa/audio.c index 968155b372c..ec833014f2d 100644 --- a/dlls/winmm/winealsa/audio.c +++ b/dlls/winmm/winealsa/audio.c @@ -2089,8 +2089,9 @@ static DWORD wodDsCreate(UINT wDevID, PIDSDRIVER* drv) (*idrv)->primary = NULL; return MMSYSERR_NOERROR; } +#endif -#else /* !HAVE_ALSA */ +#ifndef HAVE_ALSA /************************************************************************** * wodMessage (WINEALSA.7) -- 2.11.4.GIT