Diff for /np2/x11/dosio.c between versions 1.18 and 1.20

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

Removed from v.1.18  
changed lines
  Added in v.1.20


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