From 2b7c50a79e27cc49a94df298176c67a0b602dc57 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 23 Apr 2013 09:10:00 +0000 Subject: also wrtrim renamed, according to the standard, to rtrimw git-svn-id: http://svn.miranda-ng.org/main/trunk@4516 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/mir_core/mir_core.def | 2 +- src/mir_core/utils.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mir_core') diff --git a/src/mir_core/mir_core.def b/src/mir_core/mir_core.def index c436496a31..44ad59c86a 100644 --- a/src/mir_core/mir_core.def +++ b/src/mir_core/mir_core.def @@ -103,7 +103,7 @@ mir_vsntprintf @100 mir_wstrdup @101 rtrim @102 wildcmp @103 -wrtrim @104 +rtrimw @104 mir_snprintf @105 mir_sntprintf @106 db_unset @107 diff --git a/src/mir_core/utils.cpp b/src/mir_core/utils.cpp index a98444d5da..21c9e8dfd5 100644 --- a/src/mir_core/utils.cpp +++ b/src/mir_core/utils.cpp @@ -56,7 +56,7 @@ MIR_CORE_DLL(char*) rtrim(char* str) return str; } -MIR_CORE_DLL(WCHAR*) wrtrim(WCHAR *str) +MIR_CORE_DLL(WCHAR*) rtrimw(WCHAR *str) { if (str == NULL) return NULL; -- cgit v1.2.3