Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: icu52/source/common/locmap.c

Issue 224943002: icu local change part1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: fix typos in uconfig.h and putil.patch Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698