Chromium Code Reviews| Index: build/build_config.h |
| =================================================================== |
| --- build/build_config.h (revision 15091) |
| +++ build/build_config.h (working copy) |
| @@ -56,6 +56,7 @@ |
| #define ARCH_CPU_ARM_FAMILY 1 |
| #define ARCH_CPU_ARMEL 1 |
| #define ARCH_CPU_32_BITS 1 |
| +#define WCHAR_T_IS_UNSIGNED 1 |
|
Mark Mentovai
2009/05/06 16:18:16
This is now of dubious value given my previous e-m
|
| #else |
| #error Please add support for your architecture in build/build_config.h |
| #endif |