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

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

Issue 6953014: Added icu support for FreeBSD (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/icu46/
Patch Set: '' Created 9 years, 7 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/pfreebsd.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
===================================================================
--- public/common/unicode/ptypes.h (revision 83674)
+++ public/common/unicode/ptypes.h (working copy)
@@ -26,6 +26,8 @@
# include "unicode/pmac.h"
#elif defined(__linux__)
# include "unicode/plinux.h"
+#elif defined(__FreeBSD__)
+# include "unicode/pfreebsd.h"
#else
# include "unicode/platform.h"
#endif
« no previous file with comments | « public/common/unicode/pfreebsd.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698