Diff for /xmil/win9x/dosio.h between versions 1.1 and 1.2

version 1.1, 2004/08/01 05:31:31 version 1.2, 2004/08/03 12:50:54
Line 41  short __stdcall file_attr_c(const OEMCHA Line 41  short __stdcall file_attr_c(const OEMCHA
 #define file_catname(a, b, c)   milstr_ncat(a, b, c)  #define file_catname(a, b, c)   milstr_ncat(a, b, c)
 #define file_cmpname(a, b)              milstr_cmp(a, b)  #define file_cmpname(a, b)              milstr_cmp(a, b)
 OEMCHAR * __stdcall file_getname(const OEMCHAR *path);  OEMCHAR * __stdcall file_getname(const OEMCHAR *path);
 void __stdcall file_cutname(char *path);  void __stdcall file_cutname(OEMCHAR *path);
 OEMCHAR * __stdcall file_getext(const OEMCHAR *path);  OEMCHAR * __stdcall file_getext(const OEMCHAR *path);
 void __stdcall file_cutext(OEMCHAR *path);  void __stdcall file_cutext(OEMCHAR *path);
 void __stdcall file_cutseparator(OEMCHAR *path);  void __stdcall file_cutseparator(OEMCHAR *path);

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


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