dav/system.h

branch
v1.2
changeset 453
68a786fa4695
parent 412
dc74f736aea1
child 448
3bef733c55b3
equal deleted inserted replaced
452:e48af5bfb637 453:68a786fa4695
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