dav/system.h

changeset 447
a4a71ecfb9d6
parent 412
dc74f736aea1
child 448
3bef733c55b3
--- a/dav/system.h	Wed Jul 11 17:08:25 2018 +0200
+++ b/dav/system.h	Thu Jul 19 16:28:37 2018 +0200
@@ -54,6 +54,10 @@
     WIN32_FIND_DATAW finddata;
     SysDirEnt *ent;
 };
+typedef struct SysDir {
+    DIR *dir;
+    SysDirEnt *ent;
+} SysDir;
 #define SYS_DIR struct WinDir*
 #define SYS_STAT struct __stat64
 

mercurial