return a wxAnyStrPtr covnertible to either narrow or wide char pointer from wxDateTim...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Mar 2009 23:21:29 +0000 (23:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Mar 2009 23:21:29 +0000 (23:21 +0000)
commit254696bb8f2b10e2231475c4c8334e6f0129503f
treec8c40d70008b12dd5cfb3c2246a21f4fbdb46a57
parent3a6a00822d9930aab713b4fa924ad7d12798b9a3
return a wxAnyStrPtr covnertible to either narrow or wide char pointer from wxDateTime::ParseXXX() methods to improve compatibility with wx 2.8 and also simplify the code (closes #9560)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/wx_base.dsp
build/msw/wx_vc7_base.vcproj
build/msw/wx_vc8_base.vcproj
build/msw/wx_vc9_base.vcproj
include/wx/anystr.h [new file with mode: 0644]
include/wx/datetime.h
interface/wx/datetime.h
src/common/datetimefmt.cpp
wxGTK.spec
wxMotif.spec
wxX11.spec