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/UserInfoEx/src/stdafx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/UserInfoEx/src/stdafx.h') diff --git a/plugins/UserInfoEx/src/stdafx.h b/plugins/UserInfoEx/src/stdafx.h index b8605c48ea..ae64b4d4b6 100644 --- a/plugins/UserInfoEx/src/stdafx.h +++ b/plugins/UserInfoEx/src/stdafx.h @@ -171,7 +171,6 @@ typedef struct _MGLOBAL extern HINSTANCE ghInst; extern MGLOBAL myGlobals; -extern FI_INTERFACE* FIP; extern int nCountriesCount; extern struct CountryListEntry *countries; -- cgit v1.2.3