dav/system.h

branch
v1.2
changeset 454
fefddd41387e
parent 453
68a786fa4695
child 574
c36eddf167a8
equal deleted inserted replaced
453:68a786fa4695 454:fefddd41387e
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;
61 #define SYS_DIR struct WinDir* 57 #define SYS_DIR struct WinDir*
62 #define SYS_STAT struct __stat64 58 #define SYS_STAT struct __stat64
63 59
64 #else 60 #else
65 61

mercurial