diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-07 17:57:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-07 17:57:30 +0300 |
commit | d6902f812511786ded73a5d87e3e788e47853365 (patch) | |
tree | dfd58de94078c9a163144f2e827d7bdb440fc2c5 /plugins/TabSRMM/src/stdafx.h | |
parent | fb2614dce27af59cc5385934eb1d893c47ee0cdd (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.h | 6 |
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);
|