dav/system.h

changeset 448
3bef733c55b3
parent 447
a4a71ecfb9d6
child 574
c36eddf167a8
--- a/dav/system.h	Thu Jul 19 16:28:37 2018 +0200
+++ b/dav/system.h	Thu Jul 19 16:32:27 2018 +0200
@@ -54,10 +54,6 @@
     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