summaryrefslogtreecommitdiff
path: root/src/sound/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sound.cpp')
-rw-r--r--src/sound/sound.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/sound/sound.cpp b/src/sound/sound.cpp
index d9f8d4ce..ffaf2379 100644
--- a/src/sound/sound.cpp
+++ b/src/sound/sound.cpp
@@ -21,15 +21,12 @@
* $Id$
*/
-#ifndef WIN32
-
#include "sound.h"
-#ifdef WIN32
- #pragma warning(disable:4312)
+#ifdef __DEBUG
+ #include <iostream>
#endif
-
/**
\brief install the sound engine
\param voices overall reserved voices
@@ -238,5 +235,3 @@ bool Sound::isMaxVol(int vol) {
if (vol > 0 && vol < 128) return false;
else return true;
}
-
-#endif /* not WIN32 */