winealsa.drv: Do nothing if HAVE_ALSA is not defined.
This commit is contained in:
parent
e0cd5b1e37
commit
a3a2506d52
|
@ -25,6 +25,9 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_ALSA
|
||||
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -65,8 +68,6 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(wave);
|
||||
|
||||
#ifdef HAVE_ALSA
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
** ALSA_TestDeviceForWine
|
||||
**
|
||||
|
|
Loading…
Reference in New Issue