]> git.saurik.com Git - wxWidgets.git/commit
Remove wxUSE_WCHAR_T checks.
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 16 Apr 2010 10:43:18 +0000 (10:43 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 16 Apr 2010 10:43:18 +0000 (10:43 +0000)
commit8d94819c437fdf28c45e9f328e6c38fd1c639ddf
tree22c6026960e9f69f5a643fd70a3cf1eabfadbc73
parent605ff820f51795f0f43c473a85b3c7f5f985ed30
Remove wxUSE_WCHAR_T checks.

wxWidgets requires wchar_t for some time now; wx/chartype.h has a check
to fail complation without it. Simplify code by removing now-dead code
for the !wxUSE_WCHAR_T case.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
28 files changed:
include/wx/buffer.h
include/wx/chartype.h
include/wx/chkconf.h
include/wx/confbase.h
include/wx/convauto.h
include/wx/defs.h
include/wx/encconv.h
include/wx/html/htmlpars.h
include/wx/propgrid/propgridiface.h
include/wx/strconv.h
include/wx/wxcrt.h
interface/wx/encconv.h
samples/propgrid/propgrid.cpp
src/common/convauto.cpp
src/common/encconv.cpp
src/common/intl.cpp
src/common/strconv.cpp
src/common/wxcrt.cpp
src/dfb/window.cpp
src/gtk1/app.cpp
src/html/helpdata.cpp
src/html/htmlpars.cpp
src/html/m_layout.cpp
src/msw/textctrl.cpp
src/propgrid/propgridiface.cpp
tests/benchmarks/htmlparser/htmlpars.cpp
tests/benchmarks/htmlparser/htmlpars.h
tests/mbconv/convautotest.cpp