diff options
Diffstat (limited to 'plugins/FingerprintNG/src/global.h')
-rw-r--r-- | plugins/FingerprintNG/src/global.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/FingerprintNG/src/global.h b/plugins/FingerprintNG/src/global.h index 5bca488be6..8476fde883 100644 --- a/plugins/FingerprintNG/src/global.h +++ b/plugins/FingerprintNG/src/global.h @@ -141,10 +141,7 @@ HBITMAP __inline CreateBitmap32(int cx, int cy); 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 __inline WildCompareProcA(LPSTR name, LPSTR mask);
-BOOL __inline WildCompareProcW(LPWSTR name, LPWSTR mask);
void __fastcall Prepare(KN_FP_MASK* mask);
void RegisterIcons();
@@ -154,7 +151,6 @@ void RegisterIcons(); extern HINSTANCE g_hInst;
extern HANDLE hHeap;
-extern LPSTR g_szClientDescription;
extern KN_FP_MASK
def_kn_fp_mask[],
|