From c5d77bbf98e23fec98db55c9708525eafd447b0b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 21 Jan 2015 19:57:24 +0000 Subject: ShellExt must not be linked with mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@11889 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ShellExt/src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ShellExt/src/utils.cpp') diff --git a/plugins/ShellExt/src/utils.cpp b/plugins/ShellExt/src/utils.cpp index 1a71ca3fe8..22e033fb42 100644 --- a/plugins/ShellExt/src/utils.cpp +++ b/plugins/ShellExt/src/utils.cpp @@ -20,7 +20,7 @@ void logA(const char *format, ...) UINT murmur_hash(const char *str) { - size_t len = mir_strlen(str); + size_t len = lstrlenA(str); // 'm' and 'r' are mixing constants generated offline. // They're not really 'magic', they just happen to work well. -- cgit v1.2.3