wxWidgets/include/wx/private
Vadim Zeitlin 37513b6715 Correct handling of %hs and %ls in our wxPrintf() implementation.
The strings corresponding to %hs and %ls are always narrow/wide independently
of the build so using wxArgNormalizedString which is defined differently in
different builds doesn't make sense in wxPrintf().

Instead, simply expect the parameter of the appropriate matching type for
these conversion specifications. Any conversions to it, if necessary, had been
already done before by wxFormatString.

This fixes some VsnprintfTestCase::BigToSmallBuffer() unit test failures.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-09-30 14:30:35 +00:00
..
fd.h
fdiodispatcher.h
fdiohandler.h
fdiomanager.h
fileback.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
filename.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
flagscheck.h
fontmgr.h
fswatcher.h
graphics.h
overlay.h
sckaddr.h
selectdispatcher.h
socket.h
stattext.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
threadinfo.h
timer.h
window.h
wxprintf.h Correct handling of %hs and %ls in our wxPrintf() implementation. 2010-09-30 14:30:35 +00:00