aboutsummaryrefslogtreecommitdiff
path: root/fontconfig/config.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-08-19 12:16:17 +0200
committermarha <marha@users.sourceforge.net>2013-08-19 12:16:17 +0200
commit7403278d95051a554e2cbec3fafdde8ce9c6d200 (patch)
tree0b856002c12c11744627134553ef9cdfa77faead /fontconfig/config.h
parent2d042f719910c5aa1ba9f4a47b21009c729c345e (diff)
downloadvcxsrv-7403278d95051a554e2cbec3fafdde8ce9c6d200.tar.gz
vcxsrv-7403278d95051a554e2cbec3fafdde8ce9c6d200.tar.bz2
vcxsrv-7403278d95051a554e2cbec3fafdde8ce9c6d200.zip
Synchronised files
Updated to latest gl specs
Diffstat (limited to 'fontconfig/config.h')
-rw-r--r--fontconfig/config.h5
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