From: Vadim Zeitlin Date: Sun, 3 Jun 2012 19:16:59 +0000 (+0000) Subject: Use wxString::t_str() in calls to Windows API functions in wxMSW. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/017dc06b502c041c112a3948e6c5f65000a86d94?hp=017dc06b502c041c112a3948e6c5f65000a86d94 Use wxString::t_str() in calls to Windows API functions in wxMSW. Use t_str() instead of wx_str() to make the code work correctly in UTF-8 build in which wx_str() returns a pointer to UTF-8 buffer while we need a wchar_t pointer for Windows. Closes #14371. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 ---