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

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

Issue 195973005: Add support for QNX Neutrino. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46/
Patch Set: 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
« icu.gyp ('K') | « source/common/ucnvmbcs.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/unicode/ptypes.h
===================================================================
--- source/common/unicode/ptypes.h (revision 249466)
+++ source/common/unicode/ptypes.h (working copy)
@@ -34,6 +34,8 @@
# include "unicode/pfreebsd.h"
#elif defined(__OpenBSD__)
# include "unicode/popenbsd.h"
+#elif defined(__QNXNTO__)
+# include "unicode/pqnx.h"
Mark Mentovai 2014/03/18 15:37:17 I don’t see this file in this change.
#else
# include "unicode/platform.h"
#endif
« icu.gyp ('K') | « source/common/ucnvmbcs.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698