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