| Index: icu52/source/common/locmap.c
|
| ===================================================================
|
| --- icu52/source/common/locmap.c (revision 259715)
|
| +++ icu52/source/common/locmap.c (working copy)
|
| @@ -29,6 +29,11 @@
|
| #include "cstring.h"
|
| #include "cmemory.h"
|
|
|
| +/**
|
| + * Chromium has its own implementation to determine the default locale that uses
|
| + * Windows locale API where available and falls back to the old API at run-time.
|
| + */
|
| +#if 0
|
| #if U_PLATFORM == U_PF_WINDOWS && defined(_MSC_VER) && (_MSC_VER >= 1500)
|
| /*
|
| * TODO: It seems like we should widen this to
|
| @@ -40,6 +45,7 @@
|
| */
|
| #define USE_WINDOWS_LOCALE_API
|
| #endif
|
| +#endif
|
|
|
| #ifdef USE_WINDOWS_LOCALE_API
|
| #include <windows.h>
|
|
|