diff options
Diffstat (limited to 'dep/CascLib/src/DllMain.def')
-rw-r--r-- | dep/CascLib/src/DllMain.def | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dep/CascLib/src/DllMain.def b/dep/CascLib/src/DllMain.def index 9442184946f..ddda8af921b 100644 --- a/dep/CascLib/src/DllMain.def +++ b/dep/CascLib/src/DllMain.def @@ -33,5 +33,9 @@ EXPORTS CascFindEncryptionKey CascGetNotFoundEncryptionKey - GetLastError=Kernel32.GetLastError - SetLastError=Kernel32.SetLastError + CascCdnGetDefault + CascCdnDownload + CascCdnFree + + GetCascError + SetCascError |