aboutsummaryrefslogtreecommitdiffstats
path: root/win32/dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/dir.h')
-rw-r--r--win32/dir.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/win32/dir.h b/win32/dir.h
index 8345e346b3..1f1f66649a 100644
--- a/win32/dir.h
+++ b/win32/dir.h
@@ -12,18 +12,15 @@ struct direct
char d_name[256];
char d_isdir; /* directory */
char d_isrep; /* reparse point */
- char d_isdir;
};
typedef struct {
char *start;
char *curr;
long size;
long nfiles;
+ struct direct dirstr;
char *bits; /* used for d_isdir and d_isrep */
long bitpos; /* used for d_isdir and d_isrep */
- struct direct dirstr;
- char *bits;
- long bitpos;
} DIR;