summaryrefslogtreecommitdiff
path: root/plugins/Toaster/src/stdafx.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-08-19 08:23:41 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-08-19 08:23:41 +0000
commitce7f2837be73bf8d75a64205f5fae7fd62e772cf (patch)
tree8436c577ccff11b5631ab9c7b7db90cbd9722f29 /plugins/Toaster/src/stdafx.h
parent6440934f69bcf910042b47e0aad62c4a7b26c3de (diff)
Toaster: fix for chats open
git-svn-id: http://svn.miranda-ng.org/main/trunk@14992 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Toaster/src/stdafx.h')
-rw-r--r--plugins/Toaster/src/stdafx.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h
index cdefdc6ccd..a113024828 100644
--- a/plugins/Toaster/src/stdafx.h
+++ b/plugins/Toaster/src/stdafx.h
@@ -5,9 +5,8 @@
#include <Windows.h>
#include <SDKDDKVer.h>
-#include <strsafe.h>
#include <intsafe.h>
-
+#include <time.h>
#include <roapi.h>
#include <wrl\client.h>
#include <wrl\implements.h>
@@ -21,12 +20,14 @@
#include <m_protocols.h>
#include <m_popup.h>
#include <m_message.h>
+#include <m_chat.h>
#include "version.h"
#include "resource.h"
+#include <strsafe.h>
typedef void(__cdecl *pEventHandler)(void*);
-const wchar_t AppUserModelID[] = L"MirandaNG";
+const wchar_t AppUserModelID[] = _T("MirandaNG");
#include "string_reference_wrapper.h"
#include "toast_event_handler.h"