--- np2/common/textfile.h 2003/11/07 18:31:24 1.2 +++ np2/common/textfile.h 2005/02/07 14:46:08 1.3 @@ -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, char *buffer, UINT size); void textfile_close(TEXTFILEH fh); #ifdef __cplusplus