summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-12-07 17:57:30 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-12-07 17:57:30 +0300
commitd6902f812511786ded73a5d87e3e788e47853365 (patch)
treedfd58de94078c9a163144f2e827d7bdb440fc2c5 /plugins/TabSRMM/src/stdafx.h
parentfb2614dce27af59cc5385934eb1d893c47ee0cdd (diff)
TabSRMM:
- fixes #643 (Tabsrmm "insert image" button regression); - massive code cleaning
Diffstat (limited to 'plugins/TabSRMM/src/stdafx.h')
-rw-r--r--plugins/TabSRMM/src/stdafx.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h
index 485b157a3b..2f3124c19a 100644
--- a/plugins/TabSRMM/src/stdafx.h
+++ b/plugins/TabSRMM/src/stdafx.h
@@ -47,6 +47,8 @@
#include <locale.h>
#include <msapi/vsstyle.h>
+#include <msapi/comptr.h>
+
#include <m_avatars.h>
#include <m_message.h>
#include <win2k.h>
@@ -230,7 +232,6 @@ extern LOGFONTA logfonts[MSGDLGFONTCOUNT + 2];
extern COLORREF fontcolors[MSGDLGFONTCOUNT + 2];
extern HINSTANCE hinstance;
extern BOOL g_bIMGtagButton;
-extern TLogIcon msgLogIcons[NR_LOGICONS * 3];
extern const wchar_t *pszIDCSAVE_save, *pszIDCSAVE_close;
extern char *TemplateNames[];
extern HANDLE hUserPrefsWindowList;
@@ -247,9 +248,6 @@ int SplitmsgShutdown(void);
void LogErrorMessage(HWND hwndDlg, TWindowData *dat, int i, wchar_t *szMsg);
int Chat_Load(), Chat_Unload();
void FreeLogFonts();
-void ImageDataInsertBitmap(IRichEditOle *ole, HBITMAP hBm);
-int CacheIconToBMP(TLogIcon *theIcon, HICON hIcon, COLORREF backgroundColor, int sizeX, int sizeY);
-void DeleteCachedIcon(TLogIcon *theIcon);
INT_PTR SendMessageCommand(WPARAM wParam, LPARAM lParam);
INT_PTR SendMessageCommand_W(WPARAM wParam, LPARAM lParam);