--- np2/win9x/extromio.h 2003/10/16 17:58:43 1.1.1.1 +++ np2/win9x/extromio.h 2005/02/09 20:11:35 1.2 @@ -23,7 +23,7 @@ enum { extern "C" { #endif -EXTROMH extromio_open(const char *filename, UINT type); +EXTROMH extromio_open(const OEMCHAR *filename, UINT type); UINT extromio_read(EXTROMH erh, void *buf, UINT size); long extromio_seek(EXTROMH erh, long pos, int mothod); void extromio_close(EXTROMH erh);