mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
use b32 for boolean_t
This commit is contained in:
@@ -19,7 +19,8 @@ vm_size_t :: distinct c.uintptr_t
|
|||||||
vm_address_t :: vm_offset_t
|
vm_address_t :: vm_offset_t
|
||||||
vm_offset_t :: distinct c.uintptr_t
|
vm_offset_t :: distinct c.uintptr_t
|
||||||
|
|
||||||
boolean_t :: distinct c.int
|
// NOTE(beau): typedefed to int in the original headers
|
||||||
|
boolean_t :: b32
|
||||||
|
|
||||||
vm_prot_t :: distinct c.int
|
vm_prot_t :: distinct c.int
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user