X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..058939fc084207e06d34a2c82f4c62a103516dd8:/src/common/strconv.cpp?ds=sidebyside 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