mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
fix bootstrap_lib for windows
This commit is contained in:
parent
b7095912c7
commit
5e5eceb0de
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user