Chromium Code Reviews| Index: third_party/fontconfig/config/windows/config.h |
| diff --git a/third_party/fontconfig/config/windows/config.h b/third_party/fontconfig/config/windows/config.h |
| index e7d49f86557b1834ed0afa97c8a52a2cdf4f7f20..551984bdc025f599b86f512edfa55e0af49b184a 100644 |
| --- a/third_party/fontconfig/config/windows/config.h |
| +++ b/third_party/fontconfig/config/windows/config.h |
| @@ -32,6 +32,12 @@ |
| # define W_OK 0x02 |
| #endif |
| +#ifdef __WIN64 |
| +#define SIZEOF_VOID_P 4 |
| +#else |
| +#define SIZEOF_VOID_P 8 |
| +#endif |
| + |
| #define snprintf _snprintf |
| /* Font configuration directory */ |
| #define CONFDIR "c:/windows/etc" |