winealsa.drv: Do nothing if HAVE_ALSA is not defined.

This commit is contained in:
Andrew Talbot 2008-12-20 15:02:38 +00:00 committed by Alexandre Julliard
parent e0cd5b1e37
commit a3a2506d52
1 changed files with 3 additions and 2 deletions

View File

@ -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
**