From 6e6f2a1f6b3e1e24d3ecc471e86bde798878fad4 Mon Sep 17 00:00:00 2001 From: Thomas la Cour Date: Fri, 26 Jul 2024 10:14:13 +0200 Subject: [PATCH] removed obsolete fiels on WIN32_FIND_DATAW to match the size from the winsdk headers --- core/sys/windows/types.odin | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/sys/windows/types.odin b/core/sys/windows/types.odin index 591041aed..e10e53cf9 100644 --- a/core/sys/windows/types.odin +++ b/core/sys/windows/types.odin @@ -1141,9 +1141,6 @@ WIN32_FIND_DATAW :: struct { dwReserved1: DWORD, cFileName: [MAX_PATH]WCHAR, cAlternateFileName: [14]WCHAR, - _OBSOLETE_dwFileType: DWORD, // Obsolete. Do not use. - _OBSOLETE_dwCreatorType: DWORD, // Obsolete. Do not use - _OBSOLETE_wFinderFlags: WORD, // Obsolete. Do not use } FILE_ID_128 :: struct {