20 Jun
2005
20 Jun
'05
9:04 p.m.
Martin Fuchs escreveu:
Changelog: switch winefile to UNICODE mode
I don´t understand something or winefile can use Michael Jung´s unixfs namespace extension?
+ +/* functions in unixcalls.c */ + +extern void call_getcwd(char* buffer, size_t len); +extern void* call_opendir(const char* path); +extern int call_readdir(void* pdir, char* name, unsigned* pinode); +extern void call_closedir(void* pdir); + +extern int call_stat( + const char* path, int* pis_dir, + unsigned long* psize_low, unsigned long* psize_high, + time_t* patime, time_t* pmtime, + unsigned long* plinks +); + #endif