aboutsummaryrefslogtreecommitdiff
path: root/dep/CascLib/src/CascLib.def
blob: cb5f9166e49a10d0d24afcf2159caf155b4f90ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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