mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
windows: use enums for boolean types
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ fn _DllMainCRTStartup(
|
||||
return root.DllMain(hinstDLL, fdwReason, lpReserved);
|
||||
}
|
||||
|
||||
return std.os.windows.TRUE;
|
||||
return .TRUE;
|
||||
}
|
||||
|
||||
fn wasm_freestanding_start() callconv(.c) void {
|
||||
|
||||
Reference in New Issue
Block a user