Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/Branch/Branch.def')
-rwxr-xr-x7zip/Compress/Branch/Branch.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/7zip/Compress/Branch/Branch.def b/7zip/Compress/Branch/Branch.def
new file mode 100755
index 00000000..abc26775
--- /dev/null
+++ b/7zip/Compress/Branch/Branch.def
@@ -0,0 +1,9 @@
+; Branch.def
+
+LIBRARY Branch.dll
+
+EXPORTS
+ CreateObject PRIVATE
+ GetNumberOfMethods PRIVATE
+ GetMethodProperty PRIVATE
+