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

Unified Diff: source/common/unicode/pwin32.h

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 | « patches/vs2012.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/unicode/pwin32.h
===================================================================
--- source/common/unicode/pwin32.h (revision 228450)
+++ source/common/unicode/pwin32.h (working copy)
@@ -26,7 +26,7 @@
#define U_WINDOWS
#endif
-#if _MSC_VER >= 1700
+#if _MSC_VER >= 1600
#include <stdint.h>
#endif
« no previous file with comments | « patches/vs2012.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698