|
|
| version 1.5, 2004/01/12 08:01:00 | version 1.7, 2004/01/15 06:20:42 |
|---|---|
| Line 1 | Line 1 |
| #include "compiler.h" | #include "compiler.h" |
| #if defined(SUPPORT_HOSTDRV) | |
| #if defined(OSLANG_EUC) | #if defined(OSLANG_EUC) |
| #include "codecnv.h" | #include "codecnv.h" |
| #endif | #endif |
| Line 140 LISTARRAY hostdrvs_getpathlist(const cha | Line 143 LISTARRAY hostdrvs_getpathlist(const cha |
| hdd->di.date = fli.date; | hdd->di.date = fli.date; |
| hdd->di.time = fli.time; | hdd->di.time = fli.time; |
| milstr_ncpy(hdd->realname, fli.path, sizeof(hdd->realname)); | milstr_ncpy(hdd->realname, fli.path, sizeof(hdd->realname)); |
| TRACEOUT(("%s -> %11s", fli.path, fcbname)); | // TRACEOUT(("%s -> %11s", fli.path, fcbname)); |
| } | } |
| } while(file_listnext(flh, &fli) == SUCCESS); | } while(file_listnext(flh, &fli) == SUCCESS); |
| if (listarray_getitems(ret) == 0) { | if (listarray_getitems(ret) == 0) { |
| Line 383 HDRVFILE hostdrvs_fhdlsea(LISTARRAY fhdl | Line 386 HDRVFILE hostdrvs_fhdlsea(LISTARRAY fhdl |
| return(ret); | return(ret); |
| } | } |
| #endif | |