commit 5e5eceb0de4e0afb3f16abb453214aa171c630af (tree)
parent b7095912c77900eab6ad667a6eeb1add18ac8071
Author: Andrew Kelley <superjoe30@gmail.com>
Date: Sun, 29 Apr 2018 15:50:56 -0400
fix bootstrap_lib for windows
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/std/special/bootstrap_lib.zig b/std/special/bootstrap_lib.zig
@@ -3,7 +3,7 @@
const std = @import("std");
comptime {
- @export("_DllMainCRTStartup", _DllMainCRTStartup);
+ @export("_DllMainCRTStartup", _DllMainCRTStartup, builtin.GlobalLinkage.Strong);
}
stdcallcc fn _DllMainCRTStartup(hinstDLL: std.os.windows.HINSTANCE, fdwReason: std.os.windows.DWORD,