--- xmil/sound/sound.c 2004/08/18 15:42:33 1.4 +++ xmil/sound/sound.c 2005/02/04 06:42:12 1.5 @@ -1,10 +1,12 @@ #include "compiler.h" -// #include "wavefile.h" + +#if !defined(DISABLE_SOUND) + +#include "wavefile.h" #include "dosio.h" #include "soundmng.h" #include "z80core.h" #include "pccore.h" -// #include "iocore.h" #include "sound.h" #include "sndcsec.h" // #include "getsnd.h" @@ -355,3 +357,5 @@ void sound_pcmunlock(const SINT32 *hdl) } } +#endif +