diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-05-22 12:56:56 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-05-22 12:56:56 +0000 |
commit | 2136c7efff71099e8ad1fc2196cd973f2316bc03 (patch) | |
tree | 8633b70fe927baaa614febcfe670303070ffcf6b /plugins/Clist_modern/src/hdr | |
parent | 7cfd634814762a3cd8a22fce9a4ec6d47bb8f536 (diff) |
self strcmp function replaced by core function
git-svn-id: http://svn.miranda-ng.org/main/trunk@13755 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_commonheaders.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_commonheaders.h b/plugins/Clist_modern/src/hdr/modern_commonheaders.h index ab4108520f..8e8f4f36b9 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonheaders.h +++ b/plugins/Clist_modern/src/hdr/modern_commonheaders.h @@ -138,8 +138,6 @@ extern TCHAR SkinsFolder[MAX_PATH]; #define SCF_BOTTOM 6
char* __cdecl strstri(char *a, const char *b);
-BOOL __cdecl mir_bool_strcmpi(const char *a, const char *b);
-BOOL __cdecl mir_bool_tstrcmpi(const TCHAR *a, const TCHAR *b);
DWORD exceptFunction(LPEXCEPTION_POINTERS EP);
// Register of plugin's user
|