aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorShiyu Sun <sshiyu@google.com>2019-11-28 12:19:38 +1100
committerDmitry Vyukov <dvyukov@google.com>2019-11-28 10:01:41 +0100
commitd496d4471874e4dd12e114c53eda28ae4cbcf150 (patch)
tree14b7a4cf44d7d4283db9c10bff413b06cbb8cadf /sys
parentba2dd280e664917dad8f5e1627eeef722c090fce (diff)
sys/windows/sys.txt: use bool32 instead of int32[0:1]
Diffstat (limited to 'sys')
-rw-r--r--sys/windows/sys.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/windows/sys.txt b/sys/windows/sys.txt
index a25b3b9c3..66549f6ec 100644
--- a/sys/windows/sys.txt
+++ b/sys/windows/sys.txt
@@ -15,8 +15,7 @@ VirtualAlloc(lpAddress vma, dwSize len[lpAddress], flAllocationType flags[alloca
SECURITY_ATTRIBUTES {
nLength len[parent, int32]
lpSecurityDescriptor ptr[in, SECURITY_DESCRIPTOR, opt]
-# TODO: at this point we probably do need the BOOL type.
- bInheritHandle int32[0:1]
+ bInheritHandle bool32
}
# TODO: describe