summaryrefslogtreecommitdiff
path: root/windll/windll32.def
diff options
context:
space:
mode:
Diffstat (limited to 'windll/windll32.def')
-rw-r--r--windll/windll32.def15
1 files changed, 15 insertions, 0 deletions
diff --git a/windll/windll32.def b/windll/windll32.def
new file mode 100644
index 0000000..cd2e021
--- /dev/null
+++ b/windll/windll32.def
@@ -0,0 +1,15 @@
+;module-definition file for Windows Zip DLL -- used by link.exe
+LIBRARY ZIP32 ; Library module name
+DESCRIPTION 'Windows Info-ZIP Zip DLL 1.01 by Info-ZIP, Mike White 1997'
+
+;CODE PRELOAD FIXED
+
+;DATA PRELOAD MOVEABLE
+
+EXPORTS
+ ZpArchive
+ ZpVersion
+ ZpInit
+ ZpSetOptions
+ ZpGetOptions
+