mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
mingw libc can link against ntdll
This commit is contained in:
parent
49d1a4c562
commit
851a7288a9
4 changed files with 6287 additions and 0 deletions
2082
lib/libc/mingw/lib32/ntdll.def
Normal file
2082
lib/libc/mingw/lib32/ntdll.def
Normal file
File diff suppressed because it is too large
Load diff
2037
lib/libc/mingw/lib64/ntdll.def
Normal file
2037
lib/libc/mingw/lib64/ntdll.def
Normal file
File diff suppressed because it is too large
Load diff
2165
lib/libc/mingw/libarm32/ntdll.def
Normal file
2165
lib/libc/mingw/libarm32/ntdll.def
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -571,6 +571,9 @@ static const MinGWDef mingw_def_list[] = {
|
|||
{"shell32", "lib-common" OS_SEP "shell32.def", true},
|
||||
{"user32", "lib-common" OS_SEP "user32.def.in", true},
|
||||
{"kernel32", "lib-common" OS_SEP "kernel32.def.in", true},
|
||||
{"ntdll", "libarm32" OS_SEP "ntdll.def", true},
|
||||
{"ntdll", "lib32" OS_SEP "ntdll.def", true},
|
||||
{"ntdll", "lib64" OS_SEP "ntdll.def", true},
|
||||
};
|
||||
|
||||
struct LinkJob {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue