mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 02:53:23 +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
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…
x
Reference in New Issue
Block a user