summaryrefslogtreecommitdiffstats
path: root/compat/msvcrt/snprintf.h
Commit message (Collapse)AuthorAgeFilesLines
* MinGW: Use our snprintf/vsnprintf when MinGW's is brokenDerek Buitenhuis2012-09-251-0/+38
All versions of MinGW-w64 prior to version 3, as well as all versions of MinGW32 have broken implementations of vsnprintf. Signed-off-by: Derek Buitenhuis <[email protected]>