authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-04-29 15:51:23-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-04-29 15:51:23-04:00
loga0e9f1e0c3ba3d5e240492723ff1aec8f6b2ba50
tree60e613c90232df658fd3275d0c6e82e0cfd17783
parent5e5eceb0de4e0afb3f16abb453214aa171c630af

fix bootstrap_lib for windows, take 2


1 files changed, 1 insertions(+), 0 deletions(-)

std/special/bootstrap_lib.zig+1
......@@ -1,6 +1,7 @@
11// This file is included in the compilation unit when exporting a library on windows.
22
33const std = @import("std");
4const builtin = @import("builtin");
45
56comptime {
67 @export("_DllMainCRTStartup", _DllMainCRTStartup, builtin.GlobalLinkage.Strong);