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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user