Diff for /np2/wince/dosio.h between versions 1.1 and 1.2

version 1.1, 2003/10/16 17:59:31 version 1.2, 2003/11/21 06:51:15
Line 77  FILEH file_create_c(const char *path); Line 77  FILEH file_create_c(const char *path);
 short file_delete_c(const char *path);  short file_delete_c(const char *path);
 short file_attr_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);  BOOL file_findnext(FILEFINDH hdl, FILEFINDT *fft);
 void file_findclose(FILEFINDH hdl);  void file_findclose(FILEFINDH hdl);
   
 #define file_cpyname(a, b, c)   milstr_ncpy(a, b, c)  #define file_cpyname(a, b, c)   milsjis_ncpy(a, b, c)
 #define file_catname(a, b, c)   milstr_ncat(a, b, c)  #define file_catname(a, b, c)   milsjis_ncat(a, b, c)
 #define file_cmpname(a, b)              milstr_cmp(a, b)  #define file_cmpname(a, b)              milsjis_cmp(a, b)
 char *file_getname(char *path);  char *file_getname(char *path);
 void file_cutname(char *path);  void file_cutname(char *path);
 char *file_getext(char *path);  char *file_getext(char *path);

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>