Fixed incorrect const values

This commit is contained in:
Eduard Urbach 2025-02-21 13:47:56 +01:00
parent 4dbfa80939
commit d5bcf340e9
Signed by: eduard
GPG key ID: 49226B848C78F6C8
22 changed files with 93 additions and 92 deletions

9
lib/mem/const_windows.q Normal file
View file

@ -0,0 +1,9 @@
const page {
readwrite 0x0004
}
const mem {
commit 0x1000
reserve 0x2000
decommit 0x4000
}