llvm-project/libcxx/include/support/win32
Saleem Abdulrasool b2826a1ddc clean up use of _WIN32
Replace the use of _WIN32 in libc++. Replace most use with a C runtime
check _LIBCPP_MSVCRT or the new _LIBCPP_WIN32 to indicate that we are
using the Win32 API. Use a new _LIBCPP_WCHAR_IS_UCS2 to indicate that we
are on an environment that has a short wchar_t.

llvm-svn: 290910
2017-01-03 21:53:51 +00:00
..
limits_win32.h
locale_mgmt_win32.h Split locale management out of locale_win32. NFCI 2016-03-09 15:49:59 +00:00
locale_win32.h locale: update ctype access for MSVC CRT 14+ 2017-01-02 18:41:48 +00:00
support.h clean up use of _WIN32 2017-01-03 21:53:51 +00:00