Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(902)

Unified Diff: third_party/fontconfig/config/windows/config.h

Issue 138843002: Roll fontconfig to 2.11.0 and reenable poppler on mac (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: support 64bit win too Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/fontconfig/config/mac/src/fcaliastail.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « third_party/fontconfig/config/mac/src/fcaliastail.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698