Browse Source

removed obsolete fiels on WIN32_FIND_DATAW to match the size from the winsdk headers

Thomas la Cour 1 year ago
parent
commit
6e6f2a1f6b
1 changed files with 0 additions and 3 deletions
  1. 0 3
      core/sys/windows/types.odin

+ 0 - 3
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 {