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

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

Issue 8230006: Use the OpenBSD header for ICU on OpenBSD (Closed) Base URL: http://git.chromium.org/chromium/deps/icu46.git@master
Patch Set: Add OpenBSD bits to README.chromium Created 9 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 | « public/common/unicode/popenbsd.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/common/unicode/ptypes.h
diff --git a/public/common/unicode/ptypes.h b/public/common/unicode/ptypes.h
index 5f4279f363cf95a4f2d2ac79b0ae7040a3f52fd4..ee850722b7c07672550633387fc1ca57f3b5758d 100644
--- a/public/common/unicode/ptypes.h
+++ b/public/common/unicode/ptypes.h
@@ -28,6 +28,8 @@
# include "unicode/plinux.h"
#elif defined(__FreeBSD__)
# include "unicode/pfreebsd.h"
+#elif defined(__OpenBSD__)
+# include "unicode/popenbsd.h"
#else
# include "unicode/platform.h"
#endif
« no previous file with comments | « public/common/unicode/popenbsd.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698