mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
fix bootstrap_lib for windows, take 2
This commit is contained in:
parent
5e5eceb0de
commit
a0e9f1e0c3
@ -1,6 +1,7 @@
|
||||
// This file is included in the compilation unit when exporting a library on windows.
|
||||
|
||||
const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
|
||||
comptime {
|
||||
@export("_DllMainCRTStartup", _DllMainCRTStartup, builtin.GlobalLinkage.Strong);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user