]> git.saurik.com Git - wxWidgets.git/commit - src/msw/registry.cpp
provide both const char* and const wchar_t* implicit conversion of wxCStrData regardl...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 5 Apr 2007 21:28:14 +0000 (21:28 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 5 Apr 2007 21:28:14 +0000 (21:28 +0000)
commit11aac4baa6172481674b017e8529ad7ef18758fd
tree8ec942f65fbe0d6aad1a68c9beea5a54e02ddcb9
parent633566f6ef1729066b478918d963762f90dbae37
provide both const char* and const wchar_t* implicit conversion of wxCStrData regardless of the build type

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
include/wx/buffer.h
include/wx/file.h
include/wx/generic/dcpsg.h
include/wx/hash.h
include/wx/string.h
src/common/file.cpp
src/common/intl.cpp
src/common/string.cpp
src/generic/dcpsg.cpp
src/generic/prntdlgg.cpp
src/msw/crashrpt.cpp
src/msw/registry.cpp
src/xrc/xh_chckl.cpp
tests/streams/textstreamtest.cpp
tests/strings/strings.cpp