summaryrefslogtreecommitdiff
path: root/plugins/TipperYM/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-01-26 17:38:31 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-01-26 17:38:31 +0300
commitdea9c030340e50324eba97c72a27c151bed12e1c (patch)
tree6fc156f40f52a9fc6e6b29e60001959477ee1a5e /plugins/TipperYM/src/stdafx.h
parentc6e8f8223cab9d799593b7b2cfa22134aa9745d6 (diff)
AdvaImg:
- freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg
Diffstat (limited to 'plugins/TipperYM/src/stdafx.h')
-rw-r--r--plugins/TipperYM/src/stdafx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/TipperYM/src/stdafx.h b/plugins/TipperYM/src/stdafx.h
index 69e8600e38..8c585e912a 100644
--- a/plugins/TipperYM/src/stdafx.h
+++ b/plugins/TipperYM/src/stdafx.h
@@ -52,6 +52,7 @@ Boston, MA 02111-1307, USA.
#include <m_metacontacts.h>
#include <m_variables.h>
#include <m_smileyadd.h>
+#include <m_imgsrvc.h>
#include "resource.h"
#include "version.h"
@@ -77,8 +78,6 @@ extern COLORREF colTitle, colLabels, colBg, colValues;
extern int iCodePage;
-extern FI_INTERFACE *fii;
-
extern TOOLTIPSKIN skin;
extern wchar_t SKIN_FOLDER[256];