| author | |
| committer | |
| log | fc67e5f843ae358747bac57f2ae7c816a2ccb4df |
| tree | 56113a28881257d70876b38298f5976a3dbbb416 |
| parent | 0bc9fd5e8e6a45fd54c3c755bd022ce7f82d8e00 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/start.zig+1-1| ... | ... | @@ -54,7 +54,7 @@ fn _DllMainCRTStartup( |
| 54 | 54 | fdwReason: std.os.windows.DWORD, |
| 55 | 55 | lpReserved: std.os.windows.LPVOID, |
| 56 | 56 | ) callconv(.Stdcall) std.os.windows.BOOL { |
| 57 | if (!builtin.single_threaded) { | |
| 57 | if (!builtin.single_threaded and !builtin.link_libc) { | |
| 58 | 58 | _ = @import("start_windows_tls.zig"); |
| 59 | 59 | } |
| 60 | 60 |