authorgravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2026-07-01 15:09:20-07:00
committergravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2026-07-01 15:09:20-07:00
logd9aad76acddeedb1ba9ae0566a35eb23e9998aa5
tree9718343d3b7df1003a277aa97180d70d6172d2e7
parent4805b6f7acc07223a41b38e51a9a6e4f020dfdfe

windows: Delete unused MEMORY.BASIC_INFORMATION definition

This definition was also incorrect for 32-bit targets (the PartitionId field doesn't exist on 32-bit targets) Closes #35997

1 files changed, 0 insertions(+), 13 deletions(-)

lib/std/os/windows.zig-13
...@@ -1925,19 +1925,6 @@ pub const THREAD = struct {...@@ -1925,19 +1925,6 @@ pub const THREAD = struct {
1925 };1925 };
1926};1926};
19271927
1928pub const MEMORY = struct {
1929 pub const BASIC_INFORMATION = extern struct {
1930 BaseAddress: PVOID,
1931 AllocationBase: PVOID,
1932 AllocationProtect: DWORD,
1933 PartitionId: WORD,
1934 RegionSize: SIZE_T,
1935 State: DWORD,
1936 Protect: DWORD,
1937 Type: DWORD,
1938 };
1939};
1940
1941// ref: km/ntifs.h1928// ref: km/ntifs.h
19421929
1943pub const HEAP = opaque {1930pub const HEAP = opaque {