--- xmil/win9x/dosio.h 2004/08/01 05:31:31 1.1 +++ xmil/win9x/dosio.h 2004/08/05 16:47:26 1.3 @@ -41,19 +41,12 @@ short __stdcall file_attr_c(const OEMCHA #define file_catname(a, b, c) milstr_ncat(a, b, c) #define file_cmpname(a, b) milstr_cmp(a, b) 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); void __stdcall file_cutext(OEMCHAR *path); void __stdcall file_cutseparator(OEMCHAR *path); void __stdcall file_setseparator(OEMCHAR *path, int maxlen); -// LPSTR getFileName(LPSTR filename); -// void cutFileName(LPSTR filename); -// LPSTR getExtName(LPSTR filename); -// void cutExtName(LPSTR filename); -// void cutyen(LPSTR str); -// void fname_mix(LPSTR str, LPSTR mix, int size); - #ifdef __cplusplus } #endif