Removed raw references to _WIN32; now just check to see if it is defined.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@177291 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2013-03-18 17:04:29 +00:00
parent e33c2d1926
commit a22d2addb1
8 changed files with 19 additions and 19 deletions

View File

@@ -16,7 +16,7 @@
#define PLATFORM_SUPPORT_H
// locale names
#if _WIN32
#ifdef _WIN32
// WARNING: Windows does not support UTF-8 codepages.
// Locales are "converted" using http://docs.moodle.org/dev/Table_of_locales
#define LOCALE_en_US_UTF_8 "English_United States.1252"