diff options
Diffstat (limited to 'fontconfig/config.h')
-rw-r--r-- | fontconfig/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fontconfig/config.h b/fontconfig/config.h index 593744bd3..441734857 100644 --- a/fontconfig/config.h +++ b/fontconfig/config.h @@ -10,4 +10,9 @@ #define HAVE__MKTEMP_S 1 #define FC_CACHEDIR getenv("TEMP") #define FC_DEFAULT_FONTS "fonts" +#ifdef _WIN64 +#define SIZEOF_VOID_P 8 +#else +#define SIZEOF_VOID_P 4 +#endif |