| author | |
| committer | |
| log | 521744bb91b486bfab7d9a6bd74dd658da95ea18 |
| tree | 1f4c254a76a3c5d016574c1e124a392973383964 |
| parent | e3ebaab3c71a9af833e30dc4fe3a7b49d5cd9149 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/special/start.zig+1-1| ... | ... | @@ -128,7 +128,7 @@ nakedcc fn _start() noreturn { |
| 128 | 128 | @noInlineCall(posixCallMainAndExit); |
| 129 | 129 | } |
| 130 | 130 | |
| 131 | extern fn WinMainCRTStartup() noreturn { | |
| 131 | stdcallcc fn WinMainCRTStartup() noreturn { | |
| 132 | 132 | @setAlignStack(16); |
| 133 | 133 | if (!builtin.single_threaded) { |
| 134 | 134 | _ = @import("start_windows_tls.zig"); |