diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-09 17:15:35 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-09 17:15:35 +0300 |
commit | b1d3f67c4d915cf20fc225c26525dd5686d9562f (patch) | |
tree | 4b602765ec8b4e7d447f9758ab0d80b62d253c67 /include | |
parent | bb9dce4b057d4533f2f8a0c8f5f899790685deff (diff) |
implements #3946 for ICQ
Diffstat (limited to 'include')
-rw-r--r-- | include/m_netlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_netlib.h b/include/m_netlib.h index bd8aea61c5..92906a93d4 100644 --- a/include/m_netlib.h +++ b/include/m_netlib.h @@ -563,7 +563,7 @@ __forceinline MHttpRequest* operator<<(MHttpRequest &req, const WCHAR_PARAM &par EXTERN_C MIR_APP_DLL(MHttpResponse *) Netlib_HttpTransaction(HNETLIBUSER hNlu, MHttpRequest *pRequest);
-typedef void(__cdecl *pfnDownloadCallback)(void *);
+typedef void(__cdecl *pfnDownloadCallback)(size_t iProgress, void *pUserInfo);
EXTERN_C MIR_APP_DLL(MHttpResponse *) Netlib_DownloadFile(
HNETLIBUSER hNlu,
|