diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-29 19:42:01 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-29 19:42:01 +0000 |
commit | efd0c6a4ad866396e45dc5ab6e4da6d18fceccd3 (patch) | |
tree | 226390b8e33e9e55d2766da3e46d5a822aa4a41d /plugins/Toaster/src/stdafx.h | |
parent | 084110de8be5ea84ec86d643c9ca4c2ea5aa65dc (diff) |
Toaster: converting avatars to png
git-svn-id: http://svn.miranda-ng.org/main/trunk@15102 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Toaster/src/stdafx.h')
-rw-r--r-- | plugins/Toaster/src/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h index d198146e97..01c4b0e0d6 100644 --- a/plugins/Toaster/src/stdafx.h +++ b/plugins/Toaster/src/stdafx.h @@ -16,6 +16,8 @@ #include <m_popup.h>
#include <m_message.h>
#include <m_chat.h>
+#include <m_imgsrvc.h>
+#include <m_folders.h>
#include "version.h"
#include "resource.h"
@@ -30,10 +32,12 @@ DEFINE_PROPERTYKEY(PKEY_AppUserModel_ID, 0x9F4C2855, 0x9F79, 0x4B39, 0xA8, 0xD0, #include "toast_event_handler.h"
#include "toast_notification.h"
#include "add_to_start_menu.h"
+#include "avatars.h"
extern HINSTANCE g_hInstance;
extern mir_cs csNotifications;
extern OBJLIST<ToastNotification> lstNotifications;
+extern HANDLE g_hTempAvatarsFolder;
struct callbackArg
{
|