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
This commit is contained in:
hrydgard 2009-09-09 22:56:23 +00:00
parent a9b5cbb8e9
commit 77eb45cb24

View File

@ -18,15 +18,15 @@
#ifndef _ALSA_SOUND_STREAM_H
#define _ALSA_SOUND_STREAM_H
#if defined(HAVE_ALSA) && HAVE_ALSA
#include <alsa/asoundlib.h>
#endif
#include "Common.h"
#include "SoundStream.h"
#include "Thread.h"
#define HAVE_ALSA 1
class AlsaSound : public SoundStream
{
#if defined(HAVE_ALSA) && HAVE_ALSA