X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..ea5d599df31bba3d7a3317836954c33907a5bc9d:/src/common/strconv.cpp diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 609f6f2b4d..9c423ebda5 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -454,7 +454,7 @@ size_t wxCSConv::WC2MB(char *buf, const wchar_t *psz, size_t n) const } return n; } - return wcslen(psz); + return ::wcslen(psz); } #endif