fix bootstrap_lib for windows

master
Andrew Kelley 2018-04-29 15:50:56 -04:00
parent b7095912c7
commit 5e5eceb0de
1 changed files with 1 additions and 1 deletions

View File

@ -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,