mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
Fixed some more configuration issues.
This commit is contained in:
parent
45f5f5dabb
commit
34865e4c27
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue