Diff for /np2/x11/dosio.c between versions 1.17 and 1.19

version 1.17, 2011/01/15 14:56:55 version 1.19, 2011/01/15 18:55:47
Line 1 Line 1
 /*      $Id$    */  
   
 #include "compiler.h"  #include "compiler.h"
   
 #include <sys/stat.h>  #include <sys/stat.h>
Line 29  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 162  file_dircreate(const OEMCHAR *path) Line 160  file_dircreate(const OEMCHAR *path)
 }  }
   
   
 /* カレントファイル操作 */  /* カレントファイル操作 */
 void  void
 file_setcd(const OEMCHAR *exepath)  file_setcd(const OEMCHAR *exepath)
 {  {

Removed from v.1.17  
changed lines
  Added in v.1.19


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