windows: use enums for boolean types

This commit is contained in:
Jacob Young
2026-03-18 23:18:35 -04:00
committed by jacobly
parent 30de1678a6
commit 3c8b96df6d
9 changed files with 85 additions and 92 deletions
+1 -1
View File
@@ -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 {