diff options
author | Ladislav Zezula <zezula@volny.cz> | 2024-11-02 09:32:37 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2024-11-02 09:32:37 +0100 |
commit | cfc6d1f535de9858e8fd5e75b8773b82e5e19111 (patch) | |
tree | 8211659014dbfbbccbab8514991f4741c04a7e2f /storm_dll/storm.def | |
parent | 2ec11ad1fd50098a789a9b477bb9c4240f569e7e (diff) |
Fixed building of DLL
Diffstat (limited to 'storm_dll/storm.def')
-rw-r--r-- | storm_dll/storm.def | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/storm_dll/storm.def b/storm_dll/storm.def index 8de88f5..2b8b08c 100644 --- a/storm_dll/storm.def +++ b/storm_dll/storm.def @@ -18,8 +18,7 @@ EXPORTS StormGetArchiveName @275 ; 0x113 StormGetFileName @276 ; 0x114 -; StormSetLastError @465 ; 0x +; StormSetLastError @465 ; 0x1d1 StormCompress @551 ; 0x227 StormDecompress @552 ; 0x228 -
\ No newline at end of file |