--- np2/wince/dosio.h 2003/10/16 17:59:31 1.1 +++ np2/wince/dosio.h 2003/11/21 06:51:15 1.2 @@ -77,13 +77,13 @@ FILEH file_create_c(const char *path); short file_delete_c(const char *path); short file_attr_c(const char *path); -FILEFINDH file_find1st(const char *path, FILEFINDT *fft); +FILEFINDH file_find1st(const char *dir, FILEFINDT *fft); BOOL file_findnext(FILEFINDH hdl, FILEFINDT *fft); void file_findclose(FILEFINDH hdl); -#define file_cpyname(a, b, c) milstr_ncpy(a, b, c) -#define file_catname(a, b, c) milstr_ncat(a, b, c) -#define file_cmpname(a, b) milstr_cmp(a, b) +#define file_cpyname(a, b, c) milsjis_ncpy(a, b, c) +#define file_catname(a, b, c) milsjis_ncat(a, b, c) +#define file_cmpname(a, b) milsjis_cmp(a, b) char *file_getname(char *path); void file_cutname(char *path); char *file_getext(char *path);