diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-26 17:38:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-26 17:38:31 +0300 |
commit | dea9c030340e50324eba97c72a27c151bed12e1c (patch) | |
tree | 6fc156f40f52a9fc6e6b29e60001959477ee1a5e /plugins/UserInfoEx/src/stdafx.h | |
parent | c6e8f8223cab9d799593b7b2cfa22134aa9745d6 (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/UserInfoEx/src/stdafx.h')
-rw-r--r-- | plugins/UserInfoEx/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
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;
|