diff options
author | George Hazan <ghazan@miranda.im> | 2021-05-20 17:18:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-05-20 17:18:15 +0300 |
commit | 46be94cd275231bb124f2887878d5a78be5abf9a (patch) | |
tree | ca025fcd5cb689a763d86176700dbcd7f4231aca /plugins/Scriver/src/chat.h | |
parent | af4c6d82d1e4dfa9aa60aeabed408486a3979a3e (diff) |
mir_wstrstri - case-insensitive search of substring, Unicode version
Diffstat (limited to 'plugins/Scriver/src/chat.h')
-rw-r--r-- | plugins/Scriver/src/chat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Scriver/src/chat.h b/plugins/Scriver/src/chat.h index 777409a828..71227293df 100644 --- a/plugins/Scriver/src/chat.h +++ b/plugins/Scriver/src/chat.h @@ -73,9 +73,6 @@ void FreeMsgLogBitmaps(void); SESSION_INFO* SM_FindSessionAutoComplete(const char *pszModule, SESSION_INFO *currSession, SESSION_INFO *prevSession, const wchar_t *pszOriginal, const wchar_t *pszCurrent);
char SM_GetStatusIndicator(SESSION_INFO *si, USERINFO *ui);
-// tools.c
-const wchar_t* my_strstri(const wchar_t *s1, const wchar_t *s2);
-
/////////////////////////////////////////////////////////////////////////////////////////
#define DEFLOGFILENAME L"%miranda_logpath%\\%proto%\\%userid%.log"
|