summaryrefslogtreecommitdiff
path: root/win32/dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/dir.h')
-rw-r--r--win32/dir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/dir.h b/win32/dir.h
index 0e1bff0846..5a97f54623 100644
--- a/win32/dir.h
+++ b/win32/dir.h
@@ -13,6 +13,8 @@ struct direct
long d_namlen;
ino_t d_ino;
char *d_name;
+ char *d_altname; /* short name */
+ short d_altlen;
char d_isdir; /* directory */
char d_isrep; /* reparse point */
};