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/TabSRMM/src/mim.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/TabSRMM/src/mim.h')
-rw-r--r-- | plugins/TabSRMM/src/mim.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/TabSRMM/src/mim.h b/plugins/TabSRMM/src/mim.h index c3adebe267..91d3b13f67 100644 --- a/plugins/TabSRMM/src/mim.h +++ b/plugins/TabSRMM/src/mim.h @@ -30,8 +30,6 @@ #ifndef __MIM_H
#define __MIM_H
-extern FI_INTERFACE *FIF;
-
/*
* Win32 API definitions of functions dynamically obtained via GetProcAddress()
* - uxtheme
@@ -78,9 +76,6 @@ public: InitAPI();
getAeroState();
- LRESULT fi_version = CallService(MS_IMG_GETIFVERSION, 0, 0);
- CallService(MS_IMG_GETINTERFACE, fi_version, (LPARAM)&FIF);
-
::QueryPerformanceFrequency((LARGE_INTEGER *)&m_tFreq);
m_dFreq = (double)(1.0f / m_tFreq);
m_hChatLogLock = INVALID_HANDLE_VALUE;
|