Diff for /np2/wince/dosio.h between versions 1.7 and 1.8

version 1.7, 2005/03/24 04:40:33 version 1.8, 2005/04/01 15:35:50
Line 80  short file_delete_c(const OEMCHAR *path) Line 80  short file_delete_c(const OEMCHAR *path)
 short file_attr_c(const OEMCHAR *path);  short file_attr_c(const OEMCHAR *path);
   
 FLISTH file_list1st(const OEMCHAR *dir, FLINFO *fli);  FLISTH file_list1st(const OEMCHAR *dir, FLINFO *fli);
 BOOL file_listnext(FLISTH hdl, FLINFO *fli);  BRESULT file_listnext(FLISTH hdl, FLINFO *fli);
 void file_listclose(FLISTH hdl);  void file_listclose(FLISTH hdl);
   
 #if defined(OSLANG_SJIS)  #if defined(OSLANG_SJIS)

Removed from v.1.7  
changed lines
  Added in v.1.8


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