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

version 1.6, 2004/06/20 04:32:18 version 1.8, 2005/04/01 15:35:50
Line 72  short file_dircreate(const OEMCHAR *path Line 72  short file_dircreate(const OEMCHAR *path
   
                                                                                         // カレントファイル操作                                                                                          // カレントファイル操作
 void file_setcd(const OEMCHAR *exepath);  void file_setcd(const OEMCHAR *exepath);
 char *file_getcd(const OEMCHAR *path);  OEMCHAR *file_getcd(const OEMCHAR *path);
 FILEH file_open_c(const OEMCHAR *path);  FILEH file_open_c(const OEMCHAR *path);
 FILEH file_open_rb_c(const OEMCHAR *path);  FILEH file_open_rb_c(const OEMCHAR *path);
 FILEH file_create_c(const OEMCHAR *path);  FILEH file_create_c(const OEMCHAR *path);
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.6  
changed lines
  Added in v.1.8


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