--- np2/sound/sound.h 2005/02/09 20:11:35 1.9 +++ np2/sound/sound.h 2005/04/05 20:37:07 1.10 @@ -36,7 +36,7 @@ const SINT32 *sound_pcmlock(void); void sound_pcmunlock(const SINT32 *hdl); #if defined(SUPPORT_WAVEREC) -BOOL sound_recstart(const char *filename); +BOOL sound_recstart(const OEMCHAR *filename); void sound_recstop(void); #endif