diff options
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r-- | src/sound/sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h index a1055b02..b0719854 100644 --- a/src/sound/sound.h +++ b/src/sound/sound.h @@ -22,6 +22,7 @@ #ifndef __SOUND_H #define __SOUND_H +#ifndef WIN32 #ifdef WIN32 #pragma warning(disable:4312) @@ -82,4 +83,5 @@ class Sound { bool isMaxVol(int); }; +#endif /* not WIN32 */ #endif |