Add wxMSW_CONV_LPCTSTR() and related macros and use them in wxBase.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 22:34:13 +0000 (22:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 22:34:13 +0000 (22:34 +0000)
commit125afca0c0e4d060cb0edbf0c498048f7cb66c13
treee0839993c0e3a070289ac32e3afa1defa9d69c91
parent784130d2908698da90cefdbe3ddbf241b9c06c84
Add wxMSW_CONV_LPCTSTR() and related macros and use them in wxBase.

Add macros hiding the ugly casts needed to pass wxStrings to Windows API
functions and use them in a couple of places in wxBase to simplify the code.

Closes #14338.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/private.h
src/msw/dde.cpp
src/msw/registry.cpp
src/msw/utilsexc.cpp