You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/include/support/win32
Yaron Keren 15c04bedad 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.




git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@195044 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
limits_win32.h Yaron Keren: Add missing comment. 12 years ago
locale_win32.h This patch implements snprintf_l function in a way similar to the other 12 years ago
math_win32.h G M: Restore the ability for libcxx to compile again on mingw 64. 12 years ago
support.h Windows.h is not required. 12 years ago