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

Unified Diff: patches/vs2012.patch

Issue 27079003: Use the system stdint.h on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46/
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | source/common/unicode/pwin32.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/vs2012.patch
===================================================================
--- patches/vs2012.patch (revision 228450)
+++ patches/vs2012.patch (working copy)
@@ -11,15 +11,15 @@
const int32_t StringPiece::npos;
#endif
-Index: public/common/unicode/pwin32.h
+Index: source/common/unicode/pwin32.h
===================================================================
---- public/common/unicode/pwin32.h (revision 158118)
-+++ public/common/unicode/pwin32.h (working copy)
+--- source/common/unicode/pwin32.h (revision 158118)
++++ source/common/unicode/pwin32.h (working copy)
@@ -26,6 +26,10 @@
#define U_WINDOWS
#endif
-+#if _MSC_VER >= 1700
++#if _MSC_VER >= 1600
+#include <stdint.h>
+#endif
+
« no previous file with comments | « no previous file | source/common/unicode/pwin32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698