--- np2/common/wavefile.c 2005/02/07 14:46:08 1.4 +++ np2/common/wavefile.c 2005/02/09 20:11:34 1.5 @@ -3,7 +3,7 @@ #include "wavefile.h" -static BOOL headwrite(WAVEWR hdl) { +static BRESULT headwrite(WAVEWR hdl) { RIFF_HEADER rif; WAVE_HEADER hdr; @@ -62,7 +62,7 @@ static void dataflash(WAVEWR hdl) { // ---- -WAVEWR wavewr_open(const char *filename, UINT rate, UINT bits, UINT ch) { +WAVEWR wavewr_open(const OEMCHAR *filename, UINT rate, UINT bits, UINT ch) { FILEH fh; WAVEWR ret;