llvm-project/libcxx/src/support
Yaron Keren fbeb63c0d1 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
2013-11-18 21:12:14 +00:00
..
solaris Add support files required for building on Solaris. 2012-02-29 13:17:28 +00:00
win32 This patch implements snprintf_l function in a way similar to the other 2013-11-18 21:12:14 +00:00