--- np2/common/textfile.h 2003/11/07 18:31:24 1.2 +++ np2/common/textfile.h 2005/03/18 09:23:10 1.4 @@ -13,8 +13,8 @@ typedef struct { extern "C" { #endif -TEXTFILEH textfile_open(const char *filename, UINT buffersize); -BOOL textfile_read(TEXTFILEH fh, char *buffer, UINT size); +TEXTFILEH textfile_open(const OEMCHAR *filename, UINT buffersize); +BRESULT textfile_read(TEXTFILEH fh, OEMCHAR *buffer, UINT size); void textfile_close(TEXTFILEH fh); #ifdef __cplusplus