From d168f0146df49b25443445b8a760ce5796b30dde Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 24 Feb 2013 14:09:19 +0000 Subject: removed not used headers git-svn-id: http://svn.miranda-ng.org/main/trunk@3753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FingerprintNG/src/global.h | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to 'plugins/FingerprintNG/src/global.h') diff --git a/plugins/FingerprintNG/src/global.h b/plugins/FingerprintNG/src/global.h index d6f860bed8..5212741a27 100644 --- a/plugins/FingerprintNG/src/global.h +++ b/plugins/FingerprintNG/src/global.h @@ -41,34 +41,25 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //Start of header // Native include #include -#include #include // Miranda IM SDK includes #include #include -#include #include -#include #include #include #include #include #include +#include + //plugins header #include "version.h" -#include "m_fingerprint.h" #include "resource.h" #include "utilities.h" -#if defined(__GNUC__) -#define _alloca alloca -//#define FASTCALL -#else -#define FASTCALL __fastcall -#endif - typedef struct { BYTE b; BYTE g; @@ -150,17 +141,17 @@ INT_PTR ServiceGetClientIconA(WPARAM wParam, LPARAM lParam); INT_PTR ServiceSameClientsW(WPARAM wParam, LPARAM lParam); INT_PTR ServiceGetClientIconW(WPARAM wParam, LPARAM lParam); -HICON FASTCALL CreateJoinedIcon(HICON hBottom, HICON hTop); +HICON __fastcall CreateJoinedIcon(HICON hBottom, HICON hTop); HBITMAP __inline CreateBitmap32(int cx, int cy); -HBITMAP FASTCALL CreateBitmap32Point(int cx, int cy, LPVOID* bits); -HANDLE FASTCALL GetIconIndexFromFI(LPTSTR szMirVer); +HBITMAP __fastcall CreateBitmap32Point(int cx, int cy, LPVOID* bits); +HANDLE __fastcall GetIconIndexFromFI(LPTSTR szMirVer); -BOOL FASTCALL WildCompareA(LPSTR name, LPSTR mask); -BOOL FASTCALL WildCompareW(LPWSTR name, LPWSTR mask); +BOOL __fastcall WildCompareA(LPSTR name, LPSTR mask); +BOOL __fastcall WildCompareW(LPWSTR name, LPWSTR mask); BOOL __inline WildCompareProcA(LPSTR name, LPSTR mask); BOOL __inline WildCompareProcW(LPWSTR name, LPWSTR mask); -void FASTCALL Prepare(KN_FP_MASK* mask); +void __fastcall Prepare(KN_FP_MASK* mask); void RegisterIcons(); #define WildCompare WildCompareW -- cgit v1.2.3