--- np2/sound/sound.c 2005/02/09 20:11:35 1.19 +++ np2/sound/sound.c 2005/04/05 20:37:07 1.21 @@ -68,7 +68,7 @@ static void streamprepare(UINT samples) #if defined(SUPPORT_WAVEREC) // ---- wave rec -BOOL sound_recstart(const char *filename) { +BOOL sound_recstart(const OEMCHAR *filename) { WAVEWR rec; @@ -305,7 +305,7 @@ void sound_sync(void) { } else #endif - streamprepare(length); + streamprepare(length); soundcfg.lastclock += length * soundcfg.clockbase / soundcfg.hzbase; beep_eventreset(); SNDCSEC_LEAVE;