瀏覽代碼

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

Thomas la Cour 1 年之前
父節點
當前提交
6e6f2a1f6b
共有 1 個文件被更改,包括 0 次插入3 次删除
  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 {