mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
mingw-w64: add 32-bit version.def
fixes -lversion on 32-bit windows builds
This commit is contained in:
parent
41cb49eb58
commit
fc662ddd54
1 changed files with 16 additions and 0 deletions
16
lib/libc/mingw/lib32/version.def
Normal file
16
lib/libc/mingw/lib32/version.def
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
LIBRARY "VERSION.dll"
|
||||||
|
EXPORTS
|
||||||
|
GetFileVersionInfoA@16
|
||||||
|
GetFileVersionInfoSizeA@8
|
||||||
|
GetFileVersionInfoSizeW@8
|
||||||
|
GetFileVersionInfoW@16
|
||||||
|
VerFindFileA@32
|
||||||
|
VerFindFileW@32
|
||||||
|
VerInstallFileA@32
|
||||||
|
VerInstallFileW@32
|
||||||
|
VerLanguageNameA@12
|
||||||
|
VerLanguageNameW@12
|
||||||
|
VerQueryValueA@16
|
||||||
|
VerQueryValueIndexA@24
|
||||||
|
VerQueryValueIndexW@24
|
||||||
|
VerQueryValueW@16
|
||||||
Loading…
Add table
Reference in a new issue