From 77eb45cb24d09d14c80ec0272f5c188e75357d9a Mon Sep 17 00:00:00 2001 From: hrydgard Date: Wed, 9 Sep 2009 22:56:23 +0000 Subject: [PATCH] hopefully unbreak win32 build. yeah, this was sloppy of me :p git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4242 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/AudioCommon/Src/AlsaSoundStream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/AudioCommon/Src/AlsaSoundStream.h b/Source/Core/AudioCommon/Src/AlsaSoundStream.h index a747b165ec..22755c7b79 100644 --- a/Source/Core/AudioCommon/Src/AlsaSoundStream.h +++ b/Source/Core/AudioCommon/Src/AlsaSoundStream.h @@ -18,15 +18,15 @@ #ifndef _ALSA_SOUND_STREAM_H #define _ALSA_SOUND_STREAM_H +#if defined(HAVE_ALSA) && HAVE_ALSA #include +#endif #include "Common.h" #include "SoundStream.h" #include "Thread.h" -#define HAVE_ALSA 1 - class AlsaSound : public SoundStream { #if defined(HAVE_ALSA) && HAVE_ALSA