| author | |
| committer | |
| log | a0e9f1e0c3ba3d5e240492723ff1aec8f6b2ba50 |
| tree | 60e613c90232df658fd3275d0c6e82e0cfd17783 |
| parent | 5e5eceb0de4e0afb3f16abb453214aa171c630af |
1 files changed, 1 insertions(+), 0 deletions(-)
std/special/bootstrap_lib.zig+1| ... | ... | @@ -1,6 +1,7 @@ |
| 1 | 1 | // This file is included in the compilation unit when exporting a library on windows. |
| 2 | 2 | |
| 3 | 3 | const std = @import("std"); |
| 4 | const builtin = @import("builtin"); | |
| 4 | 5 | |
| 5 | 6 | comptime { |
| 6 | 7 | @export("_DllMainCRTStartup", _DllMainCRTStartup, builtin.GlobalLinkage.Strong); |