q/lib/mem/const_windows.q

11 lines
101 B
Plaintext

const {
page {
readwrite 0x0004
}
mem {
commit 0x1000
reserve 0x2000
decommit 0x4000
}
}