mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 09:14:58 -06:00
35 lines
528 B
Modula-2
Executable File
35 lines
528 B
Modula-2
Executable File
; 7-ZipFar.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "7-ZipFar"
|
|
|
|
EXPORTS
|
|
SetStartupInfo
|
|
OpenPlugin
|
|
OpenFilePlugin
|
|
ClosePlugin
|
|
GetFindData
|
|
FreeFindData
|
|
SetDirectory
|
|
GetPluginInfo
|
|
Configure
|
|
GetOpenPluginInfo
|
|
GetFiles
|
|
PutFiles
|
|
DeleteFiles
|
|
ProcessKey
|
|
|
|
;SetStartupInfoW
|
|
;OpenPluginW
|
|
;OpenFilePluginW
|
|
;ClosePluginW
|
|
;GetFindDataW
|
|
;FreeFindDataW
|
|
;SetDirectoryW
|
|
;GetPluginInfoW
|
|
;ConfigureW
|
|
;GetOpenPluginInfoW
|
|
;GetFilesW
|
|
;PutFilesW
|
|
;DeleteFilesW
|
|
;ProcessKeyW
|