| ... | @@ -361,7 +361,6 @@ fn wWinMainCRTStartup() callconv(std.os.windows.WINAPI) noreturn { | ... | @@ -361,7 +361,6 @@ fn wWinMainCRTStartup() callconv(std.os.windows.WINAPI) noreturn { |
| 361 | std.os.windows.kernel32.ExitProcess(@bitCast(std.os.windows.UINT, result)); | 361 | std.os.windows.kernel32.ExitProcess(@bitCast(std.os.windows.UINT, result)); |
| 362 | } | 362 | } |
| 363 | | 363 | |
| 364 | // TODO https://github.com/ziglang/zig/issues/265 | | |
| 365 | fn posixCallMainAndExit() noreturn { | 364 | fn posixCallMainAndExit() noreturn { |
| 366 | @setAlignStack(16); | 365 | @setAlignStack(16); |
| 367 | | 366 | |