| ... | ... | @@ -915,7 +915,21 @@ const mingwex_arm64_src = [_][]const u8{ |
| 915 | 915 | }; |
| 916 | 916 | |
| 917 | 917 | pub const always_link_libs = [_][]const u8{ |
| 918 | | "ucrtbase", |
| 918 | "api-ms-win-crt-conio-l1-1-0", |
| 919 | "api-ms-win-crt-convert-l1-1-0", |
| 920 | "api-ms-win-crt-environment-l1-1-0", |
| 921 | "api-ms-win-crt-filesystem-l1-1-0", |
| 922 | "api-ms-win-crt-heap-l1-1-0", |
| 923 | "api-ms-win-crt-locale-l1-1-0", |
| 924 | "api-ms-win-crt-math-l1-1-0", |
| 925 | "api-ms-win-crt-multibyte-l1-1-0", |
| 926 | "api-ms-win-crt-private-l1-1-0", |
| 927 | "api-ms-win-crt-process-l1-1-0", |
| 928 | "api-ms-win-crt-runtime-l1-1-0", |
| 929 | "api-ms-win-crt-stdio-l1-1-0", |
| 930 | "api-ms-win-crt-string-l1-1-0", |
| 931 | "api-ms-win-crt-time-l1-1-0", |
| 932 | "api-ms-win-crt-utility-l1-1-0", |
| 919 | 933 | "advapi32", |
| 920 | 934 | "kernel32", |
| 921 | 935 | "ntdll", |