mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-15 14:05:06 -05:00
80 lines
1.3 KiB
Modula-2
80 lines
1.3 KiB
Modula-2
|
;
|
||
|
; Export file for Windows
|
||
|
; Copyright (c) 2007-2010 Ladislav Zezula
|
||
|
; ladik@zezula.net
|
||
|
;
|
||
|
|
||
|
LIBRARY StormLib.dll
|
||
|
|
||
|
EXPORTS
|
||
|
|
||
|
SFileSetLocale
|
||
|
SFileGetLocale
|
||
|
|
||
|
SFileOpenArchive
|
||
|
SFileCreateArchive
|
||
|
SFileCreateArchive2
|
||
|
SFileFlushArchive
|
||
|
SFileCloseArchive
|
||
|
|
||
|
SFileAddListFile
|
||
|
|
||
|
SFileSetCompactCallback
|
||
|
SFileCompactArchive
|
||
|
|
||
|
SFileGetMaxFileCount
|
||
|
SFileSetMaxFileCount
|
||
|
|
||
|
SFileGetAttributes
|
||
|
SFileSetAttributes
|
||
|
SFileUpdateFileAttributes
|
||
|
|
||
|
SFileOpenPatchArchive
|
||
|
SFileIsPatchedArchive
|
||
|
|
||
|
SFileOpenFileEx
|
||
|
SFileGetFileSize
|
||
|
SFileSetFilePointer
|
||
|
SFileReadFile
|
||
|
SFileCloseFile
|
||
|
|
||
|
SFileHasFile
|
||
|
SFileGetFileName
|
||
|
SFileGetFileInfo
|
||
|
|
||
|
SFileExtractFile
|
||
|
|
||
|
SFileVerifyFile
|
||
|
SFileVerifyRawData
|
||
|
SFileVerifyArchive
|
||
|
|
||
|
SFileFindFirstFile
|
||
|
SFileFindNextFile
|
||
|
SFileFindClose
|
||
|
|
||
|
SListFileFindFirstFile
|
||
|
SListFileFindNextFile
|
||
|
SListFileFindClose
|
||
|
|
||
|
SFileEnumLocales
|
||
|
|
||
|
SFileCreateFile
|
||
|
SFileWriteFile
|
||
|
SFileFinishFile
|
||
|
SFileAddFileEx
|
||
|
SFileAddFile
|
||
|
SFileAddWave
|
||
|
SFileRemoveFile
|
||
|
SFileRenameFile
|
||
|
SFileSetFileLocale
|
||
|
SFileSetDataCompression
|
||
|
SFileSetAddFileCallback
|
||
|
|
||
|
SCompImplode
|
||
|
SCompExplode
|
||
|
SCompCompress
|
||
|
SCompDecompress
|
||
|
|
||
|
GetLastError=Kernel32.GetLastError
|
||
|
SetLastError=Kernel32.SetLastError
|