Chromium Code Reviews| Index: source/common/locmap.c |
| diff --git a/source/common/locmap.c b/source/common/locmap.c |
| index c03cd5cf969507ea51c7d5113a1293c98437045f..d564380fe2ddc0c67a675fc3a4dc2464614c4b58 100644 |
| --- a/source/common/locmap.c |
| +++ b/source/common/locmap.c |
| @@ -31,6 +31,7 @@ |
| #include "cstring.h" |
| #include "cmemory.h" |
| +#if 0 |
| #if U_PLATFORM == U_PF_WINDOWS && defined(_MSC_VER) && (_MSC_VER >= 1500) |
| /* |
| * TODO: It seems like we should widen this to |
| @@ -42,6 +43,7 @@ |
| */ |
| #define USE_WINDOWS_LOCALE_API |
| #endif |
| +#endif |
| #ifdef USE_WINDOWS_LOCALE_API |
| #include <windows.h> |