mirror of
https://github.com/ziglang/zig.git
synced 2026-02-06 22:47:05 +00:00
* remove GetModuleHandleA from kernel32.zig. use of A functions considered harmful. * make it a compile error to expose WinMain instead of wWinMain. same thing. * start code declares wWinMainCRTStartup instead of WinMainCRTStartup when it has the choice.