llvm-project/libcxx/include/support
Martin Storsjo f8689b1be1 Redirect strftime_l to the locale-ignorant strftime on mingw
_strftime_l is only available in the numbered msvcrt versions
(starting from msvcr80.dll). In the default configuration, mingw
targets the unversioned msvcrt.dll - and there, _strftime_l is
not available (not even on windows 10).

If __MSVCRT_VERSION__ is set to a higher value (indicating a
non-default target and wanting to link to msvcrXX.dll), use the
correct function.

Differential Revision: https://reviews.llvm.org/D37468

llvm-svn: 312617
2017-09-06 05:07:25 +00:00
..
android Replace __ANDROID__ with __BIONIC__. 2016-09-19 18:00:45 +00:00
fuchsia [libcxx] Direct support for Fuchsia 2017-04-13 21:29:21 +00:00
ibm Split locale management out of ibm/xlocale.h. NFCI 2016-02-18 17:37:33 +00:00
musl
newlib PR32476: __nop_locale_mgmt.h not needed with newlib 2.5+ 2017-06-14 16:40:03 +00:00
solaris Implement LWG issue 1169. num_get not fully compatible with strto* 2016-06-19 06:58:22 +00:00
win32 Redirect strftime_l to the locale-ignorant strftime on mingw 2017-09-06 05:07:25 +00:00
xlocale Fix signatures of fallback tow(upper|lower)_l. 2016-09-19 20:42:57 +00:00