| author | |
| committer | |
| log | 5e5eceb0de4e0afb3f16abb453214aa171c630af |
| tree | c944f86d8d1010ccbd3680b6e50cc6cf0be66f8b |
| parent | b7095912c77900eab6ad667a6eeb1add18ac8071 |
1 files changed, 1 insertions(+), 1 deletions(-)
std/special/bootstrap_lib.zig+1-1| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | const std = @import("std"); |
| 4 | 4 | |
| 5 | 5 | comptime { |
| 6 | @export("_DllMainCRTStartup", _DllMainCRTStartup); | |
| 6 | @export("_DllMainCRTStartup", _DllMainCRTStartup, builtin.GlobalLinkage.Strong); | |
| 7 | 7 | } |
| 8 | 8 | |
| 9 | 9 | stdcallcc fn _DllMainCRTStartup(hinstDLL: std.os.windows.HINSTANCE, fdwReason: std.os.windows.DWORD, |