mirror of
https://github.com/ziglang/zig.git
synced 2025-12-10 08:13:07 +00:00
I've added more of the ".def" files from mingw. The list is based on all the libraries referenced by the win32metadata project. (see https://github.com/marlersoft/zigwin32).
33 lines
531 B
Modula-2
Vendored
33 lines
531 B
Modula-2
Vendored
;
|
|
; Definition file of Cabinet.dll
|
|
; Automatic generated by gendef
|
|
; written by Kai Tietz 2008-2014
|
|
;
|
|
LIBRARY "Cabinet.dll"
|
|
EXPORTS
|
|
GetDllVersion
|
|
Extract
|
|
DeleteExtractedFiles
|
|
FCICreate
|
|
FCIAddFile
|
|
FCIFlushFolder
|
|
FCIFlushCabinet
|
|
FCIDestroy
|
|
FDICreate
|
|
FDIIsCabinet
|
|
FDICopy
|
|
FDIDestroy
|
|
FDITruncateCabinet
|
|
CreateCompressor
|
|
SetCompressorInformation
|
|
QueryCompressorInformation
|
|
Compress
|
|
ResetCompressor
|
|
CloseCompressor
|
|
CreateDecompressor
|
|
SetDecompressorInformation
|
|
QueryDecompressorInformation
|
|
Decompress
|
|
ResetDecompressor
|
|
CloseDecompressor
|