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 /src | |
parent | 2ec11ad1fd50098a789a9b477bb9c4240f569e7e (diff) |
Fixed building of DLL
Diffstat (limited to 'src')
-rw-r--r-- | src/DllMain.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DllMain.def b/src/DllMain.def index bce2877..0315607 100644 --- a/src/DllMain.def +++ b/src/DllMain.def @@ -70,6 +70,9 @@ EXPORTS SFileSetDataCompression SFileSetAddFileCallback + SMemUTF8ToFileName + SMemFileNameToUTF8 + SCompImplode SCompExplode SCompCompress |