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

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

Issue 141063008: Add support for QNX Neutrino. Base URL: https://chromium.googlesource.com/chromium/deps/icu46.git@master
Patch Set: Undo change to _XOPEN_SOURCE_EXTENDED Created 6 years, 10 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 | « source/common/unicode/pqnx.h ('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
diff --git a/source/common/unicode/ptypes.h b/source/common/unicode/ptypes.h
index e2336e0d8c74820a9869e4b6cf5baeb84ea34445..82bf0e32083dd500551ab0cfd5cd597ef3febef0 100644
--- a/source/common/unicode/ptypes.h
+++ b/source/common/unicode/ptypes.h
@@ -34,6 +34,8 @@
# include "unicode/pfreebsd.h"
#elif defined(__OpenBSD__)
# include "unicode/popenbsd.h"
+#elif defined(__QNXNTO__)
+# include "unicode/pqnx.h"
#else
# include "unicode/platform.h"
#endif
« no previous file with comments | « source/common/unicode/pqnx.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698