--- xmil/common/textfile.h 2004/08/01 05:31:29 1.1 +++ xmil/common/textfile.h 2004/08/09 02:47:01 1.2 @@ -13,7 +13,7 @@ typedef struct { extern "C" { #endif -TEXTFILEH textfile_open(const char *filename, UINT buffersize); +TEXTFILEH textfile_open(const OEMCHAR *filename, UINT buffersize); BOOL textfile_read(TEXTFILEH fh, char *buffer, UINT size); void textfile_close(TEXTFILEH fh);