Skip to content

Commit 9acbab3

Browse files
committed
Remove padding
1 parent 721a669 commit 9acbab3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

win32/readdir.h

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ struct dirent {
2222
long d_ino; /* inode (always 1 in WIN32) */
2323
off_t d_off; /* offset to this dirent */
2424
unsigned short d_reclen; /* length of d_name */
25-
unsigned short pad0;
26-
#if defined(_WIN64)
27-
uint32_t pad1;
28-
#endif
2925
char d_name[1]; /* null terminated filename in the current encoding, glyph number <= 255 wchar_t's + \0 byte */
3026
};
3127

0 commit comments

Comments
 (0)