|
|
| version 1.5, 2004/01/27 10:55:47 | version 1.6, 2005/05/20 17:25:03 |
|---|---|
| Line 1 | Line 1 |
| enum { | enum { |
| FTYPE_INI = FTYPE_USER // Tool Window iniファイル | FTYPE_INI = -1 // Tool Window iniファイル |
| }; | }; |
| #define FILEH SInt16 | #define FILEH SInt16 |
| Line 91 BOOL getLongFileName(char *dst, const ch | Line 91 BOOL getLongFileName(char *dst, const ch |
| #define file_cpyname(a, b, c) milsjis_ncpy(a, b, c) | #define file_cpyname(a, b, c) milsjis_ncpy(a, b, c) |
| #define file_cmpname(a, b) milsjis_cmp(a, b) | #define file_cmpname(a, b) milsjis_cmp(a, b) |
| void file_catname(char *path, const char *sjis, int maxlen); | void file_catname(char *path, const char *sjis, int maxlen); |
| char *file_getname(char *path); | char *file_getname(const char *path); |
| void file_cutname(char *path); | void file_cutname(char *path); |
| char *file_getext(char *path); | char *file_getext(const char *path); |
| void file_cutext(char *path); | void file_cutext(char *path); |
| void file_cutseparator(char *path); | void file_cutseparator(char *path); |
| void file_setseparator(char *path, int maxlen); | void file_setseparator(char *path, int maxlen); |