dav/system.h

changeset 447
a4a71ecfb9d6
parent 412
dc74f736aea1
child 448
3bef733c55b3
equal deleted inserted replaced
446:cb61f2e1c25e 447:a4a71ecfb9d6
52 int first; 52 int first;
53 HANDLE handle; 53 HANDLE handle;
54 WIN32_FIND_DATAW finddata; 54 WIN32_FIND_DATAW finddata;
55 SysDirEnt *ent; 55 SysDirEnt *ent;
56 }; 56 };
57 typedef struct SysDir {
58 DIR *dir;
59 SysDirEnt *ent;
60 } SysDir;
57 #define SYS_DIR struct WinDir* 61 #define SYS_DIR struct WinDir*
58 #define SYS_STAT struct __stat64 62 #define SYS_STAT struct __stat64
59 63
60 #else 64 #else
61 65

mercurial