summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/stdafx.h
diff options
context:
space:
mode:
authorSergey Bolhovskoy <elzorfox@ya.ru>2016-03-29 06:29:50 +0000
committerSergey Bolhovskoy <elzorfox@ya.ru>2016-03-29 06:29:50 +0000
commit2d69f3e4cb933355d9424e7c73aa3b52bc220cbe (patch)
treeb2a78ffa8b4042b46fc8663d0595960982cc99d7 /protocols/VKontakte/src/stdafx.h
parent701eda4d1a36ea2cf9fc870695ce794ebaf3107d (diff)
VKontakte:
remove unneeded Sleep() captcha dialog -> core ui (patch by MikalaiR, edited) git-svn-id: http://svn.miranda-ng.org/main/trunk@16558 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/stdafx.h')
-rw-r--r--protocols/VKontakte/src/stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/stdafx.h b/protocols/VKontakte/src/stdafx.h
index 8495a2dbd0..a0bf3c178d 100644
--- a/protocols/VKontakte/src/stdafx.h
+++ b/protocols/VKontakte/src/stdafx.h
@@ -49,6 +49,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <m_timezones.h>
#include <m_userinfo.h>
#include <m_proto_listeningto.h>
+#include <m_gui.h>
#include <m_messagestate.h>
#include <m_popup.h>
@@ -56,9 +57,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <m_metacontacts.h>
#include "win2k.h"
+
extern FI_INTERFACE *fii;
+extern HINSTANCE hInst;
#include "resource.h"
#include "vk.h"
#include "vk_struct.h"
#include "vk_proto.h"
+#include "vk_dialogs.h"