Index: icu52/source/common/locmap.c |
=================================================================== |
--- icu52/source/common/locmap.c (revision 259715) |
+++ icu52/source/common/locmap.c (working copy) |
@@ -29,6 +29,7 @@ |
#include "cstring.h" |
#include "cmemory.h" |
+#if 0 |
jsbell
2014/04/04 18:16:20
Comment on this?
jungshik at Google
2014/04/04 22:20:27
Added a comment.
|
#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> |