Commit a3a2506d authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

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

parent e0cd5b1e
......@@ -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
**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment