| author | |
| committer | |
| log | f1da93af3cc9a70871d28a00dcdbbb4254e42e3a |
| tree | 291d0957fe3d3bbadf72256516bc120dfd497d18 |
| parent | 6f0807f50f4e946bb850e746beaa5d6556cf7750 |
| signature |
1 files changed, 0 insertions(+), 1 deletions(-)
lib/std/start.zig-1| ... | ... | @@ -361,7 +361,6 @@ fn wWinMainCRTStartup() callconv(std.os.windows.WINAPI) noreturn { |
| 361 | 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 | 364 | fn posixCallMainAndExit() noreturn { |
| 366 | 365 | @setAlignStack(16); |
| 367 | 366 |