Index: source/common/locmap.c |
diff --git a/source/common/locmap.c b/source/common/locmap.c |
index 59809c6c688681b5c94ac18812b2f31c48fc0256..927041b4c6a2206adc3da6468567287ac5fd4a93 100644 |
--- a/source/common/locmap.c |
+++ b/source/common/locmap.c |
@@ -29,6 +29,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 |
@@ -40,6 +41,7 @@ |
*/ |
#define USE_WINDOWS_LOCALE_API |
#endif |
+#endif |
#ifdef USE_WINDOWS_LOCALE_API |
#include <windows.h> |