]> git.saurik.com Git - wxWidgets.git/commit - src/generic/timer.cpp
Change wxLongLongFmtSpec to be a non-wide string.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Nov 2009 14:59:55 +0000 (14:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Nov 2009 14:59:55 +0000 (14:59 +0000)
commit651548666aa3bb4129c3297c71db1051ed76a6bb
tree49e6dc853282fcdb1d74bc6a7897e786e3a275e2
parent7b611a3ae9e5f258dbe18383783b975263a9aa58
Change wxLongLongFmtSpec to be a non-wide string.

As with other ANSI/Unicode unification changes, we choose to preserve
compatibility with the existing code using wxLongLongFmtSpec in ANSI build
and require people using it in Unicode build to change their code.

Closes #11372.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/defs.h
include/wx/string.h
samples/console/console.cpp
src/generic/timer.cpp
src/msw/debughlp.cpp
src/propgrid/props.cpp