summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/stdafx.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-08-13 20:54:08 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-08-13 20:54:08 +0000
commit8c32170e2712fe88671cad08a392a0872684ad6c (patch)
treef5f02aab3f48b83c2d31d504b526f349b9925f0e /plugins/PluginUpdater/src/stdafx.h
parent1ca35422a252e1b254d6a4823717d39f7988514f (diff)
PluginUpdater: ability to download files via AccosMgr
git-svn-id: http://svn.miranda-ng.org/main/trunk@14945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/stdafx.h')
-rw-r--r--plugins/PluginUpdater/src/stdafx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/stdafx.h b/plugins/PluginUpdater/src/stdafx.h
index dc903f1033..eda11fe2b8 100644
--- a/plugins/PluginUpdater/src/stdafx.h
+++ b/plugins/PluginUpdater/src/stdafx.h
@@ -36,6 +36,7 @@ Boston, MA 02111-1307, USA.
#include <m_hotkeys.h>
#include <m_netlib.h>
#include <m_icolib.h>
+#include <m_assocmgr.h>
#include <win2k.h>
#include <m_pluginupdater.h>
@@ -215,6 +216,8 @@ void InitTimer(void *type);
bool unzip(const TCHAR *ptszZipFile, TCHAR *ptszDestPath, TCHAR *ptszBackPath,bool ch);
void strdel(TCHAR *parBuffer, int len);
+INT_PTR ParseUriService(WPARAM wParam, LPARAM lParam);
+
///////////////////////////////////////////////////////////////////////////////
int CalculateModuleHash(const TCHAR *tszFileName, char *dest);