dav/system.h

changeset 448
3bef733c55b3
parent 447
a4a71ecfb9d6
child 574
c36eddf167a8
equal deleted inserted replaced
447:a4a71ecfb9d6 448:3bef733c55b3
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