diff options
| author | Chris Kiefer <chrisk13fer@gmail.com> | 2011-08-25 16:06:03 +0100 |
|---|---|---|
| committer | Chris Kiefer <chrisk13fer@gmail.com> | 2011-08-25 16:06:03 +0100 |
| commit | 4bd706df21b8edbd39ec8f7e05215cdabbf5b9fc (patch) | |
| tree | a6da4ffa3c81d8e54686aebfc7af6fa90d14ec44 /player.cpp | |
| parent | 9c982dd80c0a73d96cbf8103bc33f1749b204a7c (diff) | |
fixed dsound include on mac
Diffstat (limited to 'player.cpp')
| -rw-r--r-- | player.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,7 +16,9 @@ #include "portaudio.h" //#include "pa_mac_core.h" #elif defined(MAXIMILIAN_RT_AUDIO) -#include <dsound.h> + #if defined( __WIN32__ ) || defined( _WIN32 ) + #include <dsound.h> + #endif #include "RtAudio.h" #endif |
