From dea9c030340e50324eba97c72a27c151bed12e1c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 26 Jan 2018 17:38:31 +0300 Subject: 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 --- plugins/TipperYM/src/stdafx.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/TipperYM/src/stdafx.h') 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 #include #include +#include #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]; -- cgit v1.2.3