| author | |
| committer | |
| log | 2ccff5115454bab4898bae3de88f5619310bc5c1 |
| tree | 4fe5c5fca5e35cd17ebe41b04928177535713477 |
| parent | efa25e7d5bca63e83f6a653058c05dacc771d19e |
__LIBMSVCRT__ is still used and is distinct from __LIBMSVCRT_OS__1 files changed, 1 insertions(+), 0 deletions(-)
src/mingw.zig+1| ... | ... | @@ -106,6 +106,7 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile) !void { |
| 106 | 106 | .msvcrt_os_lib => { |
| 107 | 107 | const extra_flags = try arena.dupe([]const u8, &[_][]const u8{ |
| 108 | 108 | "-DHAVE_CONFIG_H", |
| 109 | "-D__LIBMSVCRT__", | |
| 109 | 110 | "-D__LIBMSVCRT_OS__", |
| 110 | 111 | |
| 111 | 112 | "-I", |