]> git.saurik.com Git - wxWidgets.git/commit
Fix wxBase compilation with UTF-8-based wxString under MSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 May 2012 21:16:45 +0000 (21:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 May 2012 21:16:45 +0000 (21:16 +0000)
commitb2b6da49e2184e17b4993dd37448cf0156d8b143
tree53f4276f9954c3dcbceaab41e5f45b71a6584bd8
parent364f3b070071ee73e417a3770342d779774288e8
Fix wxBase compilation with UTF-8-based wxString under MSW.

Use wxString::t_str() instead of wx_str() in Windows API function calls.

Closes #14325.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/common/appbase.cpp
src/common/strvararg.cpp
src/msw/crashrpt.cpp
src/msw/dde.cpp
src/msw/debughlp.cpp
src/msw/registry.cpp
src/msw/utils.cpp
src/msw/utilsexc.cpp
src/msw/volume.cpp