From 0e3db0eb1dfe2cb30a14f0198fb5aa22f00a4b26 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 15 Feb 2010 04:47:05 +0300 Subject: gcc(mingw) compilation fix --- stopspam_mod/stopspam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stopspam_mod/stopspam.cpp') diff --git a/stopspam_mod/stopspam.cpp b/stopspam_mod/stopspam.cpp index e3cdae7..a0c821b 100644 --- a/stopspam_mod/stopspam.cpp +++ b/stopspam_mod/stopspam.cpp @@ -174,7 +174,7 @@ MIRANDA_HOOK_EVENT(ME_DB_EVENT_FILTER_ADD, w, l) msg = 0; //is it useful ? } - if(gbCaseInsensitive?(!stricmp(message.c_str(), (variables_parse(gbAnswer, hContact).c_str()))):( !_tcscmp(message.c_str(), (variables_parse(gbAnswer, hContact).c_str())))) + if(gbCaseInsensitive?(!Stricmp(message.c_str(), (variables_parse(gbAnswer, hContact).c_str()))):( !_tcscmp(message.c_str(), (variables_parse(gbAnswer, hContact).c_str())))) { // unhide contact DBDeleteContactSetting(hContact, "CList", "Hidden"); -- cgit v1.2.3