Only include DSoundStream header on Windows only.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2771 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
omegadox 2009-03-28 09:22:41 +00:00
parent 4892dc3c6e
commit 32f4e8231a

View File

@ -18,7 +18,9 @@
#include "AudioCommon.h"
#include "Mixer.h"
#include "AOSoundStream.h"
#ifdef _WIN32
#include "DSoundStream.h"
#endif
#include "NullSoundStream.h"
#include "OpenALStream.h"