mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Fix issues for latest GCC toolchain
This commit is contained in:
parent
5cb9b2658c
commit
3b086af91b
22 changed files with 148 additions and 166 deletions
|
@ -14,9 +14,9 @@ struct NtWin32FindData {
|
|||
uint32_t dwReserved1;
|
||||
char16_t cFileName[260];
|
||||
char16_t cAlternateFileName[14];
|
||||
uint32_t dwFileType;
|
||||
uint32_t dwCreatorType;
|
||||
uint16_t wFinderFlags;
|
||||
uint32_t dwFileType; /* obsolete */
|
||||
uint32_t dwCreatorType; /* obsolete */
|
||||
uint16_t wFinderFlags; /* obsolete */
|
||||
};
|
||||
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue