Chromium Code Reviews| 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 |