| ... | @@ -487,6 +487,7 @@ const mingw32_generic_src = [_][]const u8{ | ... | @@ -487,6 +487,7 @@ const mingw32_generic_src = [_][]const u8{ |
| 487 | "crt" ++ path.sep_str ++ "cxa_atexit.c", | 487 | "crt" ++ path.sep_str ++ "cxa_atexit.c", |
| 488 | "crt" ++ path.sep_str ++ "cxa_thread_atexit.c", | 488 | "crt" ++ path.sep_str ++ "cxa_thread_atexit.c", |
| 489 | "crt" ++ path.sep_str ++ "tls_atexit.c", | 489 | "crt" ++ path.sep_str ++ "tls_atexit.c", |
| | 490 | "crt" ++ path.sep_str ++ "intrincs" ++ path.sep_str ++ "RtlSecureZeroMemory.c", |
| 490 | // mingwex | 491 | // mingwex |
| 491 | "cfguard" ++ path.sep_str ++ "mingw_cfguard_support.c", | 492 | "cfguard" ++ path.sep_str ++ "mingw_cfguard_support.c", |
| 492 | "complex" ++ path.sep_str ++ "_cabs.c", | 493 | "complex" ++ path.sep_str ++ "_cabs.c", |