mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-22 23:47:51 +00:00
Update sys/windows.odin to use Bool :: b32; rather than i32
This commit is contained in:
@@ -26,9 +26,7 @@ Wnd_Proc :: #type proc "c" (Hwnd, u32, Wparam, Lparam) -> Lresult;
|
||||
|
||||
Long_Ptr :: int;
|
||||
|
||||
Bool :: i32;
|
||||
FALSE: Bool : 0;
|
||||
TRUE: Bool : 1;
|
||||
Bool :: b32;
|
||||
|
||||
Point :: struct {
|
||||
x, y: i32,
|
||||
|
||||
Reference in New Issue
Block a user