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

Unified Diff: patches/vscomp.patch

Issue 256183002: Fix two more compile errros on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu52/
Patch Set: Created 6 years, 8 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: patches/vscomp.patch
===================================================================
--- patches/vscomp.patch (revision 266014)
+++ patches/vscomp.patch (working copy)
@@ -37,3 +37,29 @@
+#endif
U_NAMESPACE_END
+Index: source/common/umutex.h
+===================================================================
+--- source/common/umutex.h (revision 266014)
++++ source/common/umutex.h (working copy)
+@@ -320,7 +320,7 @@
+
+
+ typedef struct UMutex {
+- UInitOnce fInitOnce;
++ icu::UInitOnce fInitOnce;
+ CRITICAL_SECTION fCS;
+ } UMutex;
+
+Index: source/common/wintz.c
+===================================================================
+--- source/common/wintz.c (revision 266014)
++++ source/common/wintz.c (working copy)
+@@ -285,7 +285,7 @@
+ tmpid[0] = 0;
+
+ id = GetUserGeoID(GEOCLASS_NATION);
+- errorCode = GetGeoInfo(id,GEO_ISO2,ISOcode,3,0);
++ errorCode = GetGeoInfoA(id,GEO_ISO2,ISOcode,3,0);
+
+ bundle = ures_openDirect(NULL, "windowsZones", &status);
+ ures_getByKey(bundle, "mapTimezones", bundle, &status);
« README.chromium ('K') | « README.chromium ('k') | source/common/umutex.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698