From d496d4471874e4dd12e114c53eda28ae4cbcf150 Mon Sep 17 00:00:00 2001 From: Shiyu Sun Date: Thu, 28 Nov 2019 12:19:38 +1100 Subject: sys/windows/sys.txt: use bool32 instead of int32[0:1] --- sys/windows/sys.txt | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit mrf-deployment