Index: source/common/locmap.c |
diff --git a/source/common/locmap.c b/source/common/locmap.c |
index c746ce3d2a1a859d373274a8c028a25f431c713e..224a2b179a2498caf0f79b6323f5ee202bb99557 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> |