| author | |
| committer | |
| log | d9aad76acddeedb1ba9ae0566a35eb23e9998aa5 |
| tree | 9718343d3b7df1003a277aa97180d70d6172d2e7 |
| parent | 4805b6f7acc07223a41b38e51a9a6e4f020dfdfe |
This definition was also incorrect for 32-bit targets (the PartitionId field doesn't exist on 32-bit targets)
Closes #359971 files changed, 0 insertions(+), 13 deletions(-)
lib/std/os/windows.zig-13| ... | ... | @@ -1925,19 +1925,6 @@ pub const THREAD = struct { |
| 1925 | 1925 | }; |
| 1926 | 1926 | }; |
| 1927 | 1927 | |
| 1928 | pub 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 | 1928 | // ref: km/ntifs.h |
| 1942 | 1929 | |
| 1943 | 1930 | pub const HEAP = opaque { |