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 Fix wxFD_CLR() definition for Intel compiler under Linux. 2009-12-06 02:29:42 +00:00
fdiodispatcher.h Extract wxFDIOHandler in its own header. 2009-08-17 23:02:29 +00:00
fdiohandler.h no real change: just fix RCS-ID so that it reflects the current revision number 2010-04-25 21:33:16 +00:00
fdiomanager.h no real change: just fix RCS-ID so that it reflects the current revision number 2010-04-25 21:33:16 +00:00
fileback.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
filename.h
flagscheck.h fix for IBM xlC 8, it can't parse the template syntax 2009-02-19 05:34:25 +00:00
fontmgr.h Removed wxFont::Set/GetNoAntiAliasing() implementations. 2009-10-09 13:04:59 +00:00
fswatcher.h Refactor wxEventLoopSource-related code. 2009-10-22 11:36:35 +00:00
graphics.h a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code 2009-01-08 16:43:56 +00:00
overlay.h fixing file paths after renaming 2008-06-11 19:17:41 +00:00
sckaddr.h check for self assignment in operator= 2009-12-02 16:36:50 +00:00
selectdispatcher.h Always include sys/time.h and sys/select.h from selectdispatcher.h. 2010-03-20 12:45:28 +00:00
socket.h Virtualize wxSocketImpl creation by routing it via wxSocketManager. 2009-08-16 23:13:45 +00:00
stattext.h extracted wxTextWrapper in its own header and made it public 2009-05-31 20:12:07 +00:00
threadinfo.h Make wxLog::EnableLogging() and wxLogNull thread-specific. 2009-07-13 13:21:52 +00:00
timer.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
window.h Fixed dialog units <-> pixels conversion. 2010-01-24 11:51:09 +00:00
wxprintf.h Fix format strings parsing to understand C99 %zu etc. 2010-07-03 14:24:23 +00:00