commit | fbeb63c0d15874bd71b6e2201f69a06e1336335e | [log] [tgz] |
---|---|---|
author | Yaron Keren <[email protected]> | Mon Nov 18 21:12:14 2013 |
committer | Yaron Keren <[email protected]> | Mon Nov 18 21:12:14 2013 |
tree | 7f888aeec75a471461ecd17776cb1cd57da14517 | |
parent | ff924b08dd3db5f86dc9ad048159d2babc4aa67f [diff] |
This patch implements snprintf_l function in a way similar to the other functions in src/support/win32/locale_win32.cpp and locale_win32.h, calling upon vsnprintf for which there is a MingW correct alternative. Note! __USE_MINGW_ANSI_STDIO is not modified in this patch. In order to use the __mingw version it must be defined before including the MingW headers. llvm-svn: 195044