aboutsummaryrefslogtreecommitdiff
path: root/dep/CascLib/src/CascLib.def
diff options
context:
space:
mode:
Diffstat (limited to 'dep/CascLib/src/CascLib.def')
-rw-r--r--dep/CascLib/src/CascLib.def29
1 files changed, 29 insertions, 0 deletions
diff --git a/dep/CascLib/src/CascLib.def b/dep/CascLib/src/CascLib.def
new file mode 100644
index 00000000000..cb5f9166e49
--- /dev/null
+++ b/dep/CascLib/src/CascLib.def
@@ -0,0 +1,29 @@
+;
+; Export file for Windows
+; Copyright (c) 2015 Ladislav Zezula
+; ladik@zezula.net
+;
+
+LIBRARY CascLib.dll
+
+EXPORTS
+
+ CascOpenStorage
+ CascGetStorageInfo
+ CascCloseStorage
+
+ CascOpenFileByIndexKey
+ CascOpenFileByEncodingKey
+ CascOpenFile
+ CascGetFileSize
+ CascSetFilePointer
+ CascReadFile
+ CascCloseFile
+
+ CascFindFirstFile
+ CascFindNextFile
+ CascFindClose
+
+ GetLastError=Kernel32.GetLastError
+ SetLastError=Kernel32.SetLastError
+ \ No newline at end of file