We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721a669 commit 9acbab3Copy full SHA for 9acbab3
win32/readdir.h
@@ -22,10 +22,6 @@ struct dirent {
22
long d_ino; /* inode (always 1 in WIN32) */
23
off_t d_off; /* offset to this dirent */
24
unsigned short d_reclen; /* length of d_name */
25
- unsigned short pad0;
26
-#if defined(_WIN64)
27
- uint32_t pad1;
28
-#endif
29
char d_name[1]; /* null terminated filename in the current encoding, glyph number <= 255 wchar_t's + \0 byte */
30
};
31
0 commit comments