diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-02-12 13:14:12 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-02-12 13:14:12 +0100 |
commit | 8e053ff5334f8aafaa8e5cc449fd90a71866b0a6 (patch) | |
tree | d69a5a881203a87d29469b3a98ea1722ff1c5e14 /storm_dll/storm_dll.def | |
parent | 9eef856125e84a00169f64a854241ff43f500592 (diff) |
Updated test project for storm.dll
Diffstat (limited to 'storm_dll/storm_dll.def')
-rw-r--r-- | storm_dll/storm_dll.def | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/storm_dll/storm_dll.def b/storm_dll/storm_dll.def deleted file mode 100644 index 8de88f5..0000000 --- a/storm_dll/storm_dll.def +++ /dev/null @@ -1,25 +0,0 @@ -; Storm definition file with alternate Storm.dll names -LIBRARY "Storm" - -EXPORTS - StormCloseArchive @252 ; 0x0FC - StormCloseFile @253 ; 0x0FD - StormDestroy @262 ; 0x106 - StormGetFileArchive @264 ; 0x108 - StormGetFileSize @265 ; 0x109 - StormOpenArchive @266 ; 0x10A - StormOpenFile @267 ; 0x10B - StormOpenFileEx @268 ; 0x10C - StormReadFile @269 ; 0x10D - StormSetBasePath @270 ; 0x10E - StormSetFilePointer @271 ; 0x10F - StormSetLocale @272 ; 0x110 - StormGetBasePath @273 ; 0x111 - StormGetArchiveName @275 ; 0x113 - StormGetFileName @276 ; 0x114 - -; StormSetLastError @465 ; 0x - - StormCompress @551 ; 0x227 - StormDecompress @552 ; 0x228 -
\ No newline at end of file |