You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use TerraFX MEM/PAGE constants instead of hand-rolled hex
Drop the manual MEM_COMMIT/PAGE_GUARD/PAGE_READABLE consts and the
`using static Windows` in favour of the constants TerraFX already
exposes (MEM.*, PAGE.*), qualify VirtualQuery, and default-init the
MEMORY_BASIC_INFORMATION. The readable mask moves inside the
windows6.1 guard so the const fold stays on a supported-platform path.
0 commit comments