--- np2/x11/dosio.c 2011/01/15 18:43:13 1.18 +++ np2/x11/dosio.c 2012/01/23 04:05:05 1.20 @@ -27,7 +27,7 @@ dosio_term(void) /* nothing to do */ } -/* ファイル操作 */ +/* ファイル操作 */ FILEH file_open(const OEMCHAR *path) { @@ -160,7 +160,7 @@ file_dircreate(const OEMCHAR *path) } -/* カレントファイル操作 */ +/* カレントファイル操作 */ void file_setcd(const OEMCHAR *exepath) { @@ -403,7 +403,7 @@ file_getext(const OEMCHAR *path) if (q == NULL) { q = p; } - return (char *)q; + return (OEMCHAR *)q; } void