commit | e34f9d5ef356cced5f05d9a06a7e4de9442ddfc7 | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Tue Jan 03 21:53:51 2017 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Tue Jan 03 21:53:51 2017 +0000 |
tree | f01cd92dc669f4897631787fd497209963e9df8c | |
parent | e262e7b914f3ab3180db531a78c870906e21efd0 [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@290910 91177308-0d34-0410-b5e6-96231b3b80d8