wxWidgets/include/wx/private
Václav Slavík b113edcdd7 Fix format strings parsing to understand C99 %zu etc.
The parser used to understand only 'Z' specifier for size_t/ptrdiff_t,
which is non-standard libc5 extension. C99 defines 'z' for this purpose,
so use that. Compatibility with 'Z' is preserved.

Also support Visual C++'s non-standard 'I' modifier with the same
meaning.

Fixes #12192.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-07-03 14:24:23 +00:00
..
fd.h
fdiodispatcher.h
fdiohandler.h
fdiomanager.h
fileback.h
filename.h
flagscheck.h
fontmgr.h
fswatcher.h
graphics.h
overlay.h
sckaddr.h
selectdispatcher.h
socket.h
stattext.h
threadinfo.h
timer.h
window.h
wxprintf.h Fix format strings parsing to understand C99 %zu etc. 2010-07-03 14:24:23 +00:00