diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-05-10 09:47:53 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-05-10 09:47:53 +0000 |
commit | 4ff152f48ca945be4a0065a5f57246449c741f8a (patch) | |
tree | 0fd33b2fd154d5ece3e6df4df271685a91dd88b3 /plugins/PluginUpdater/src/Services.cpp | |
parent | 2d5679d79f16628fdc2f4b9f420817b6c3c1c6b1 (diff) |
fixed windows closing after operations
code sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@9155 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Services.cpp')
-rw-r--r-- | plugins/PluginUpdater/src/Services.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/src/Services.cpp b/plugins/PluginUpdater/src/Services.cpp index 0fb3bf4c1b..282163c88d 100644 --- a/plugins/PluginUpdater/src/Services.cpp +++ b/plugins/PluginUpdater/src/Services.cpp @@ -19,8 +19,6 @@ Boston, MA 02111-1307, USA. #include "common.h"
-#include "m_pluginupdater.h"
-
static INT_PTR srvParseHashes(WPARAM wParam, LPARAM lParam)
{
LPCTSTR ptszUrl = (LPCTSTR)wParam;
|