summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2021-12-13 21:44:03 +0100
committerAlexander Kanavin <alex@linutronix.de>2021-12-13 21:49:12 +0100
commit2c5fbfbbf3be7c4a14b855b85662cd023bfbfc48 (patch)
treecac228d71a0bf54066b68fb3d039f7dca214df87
parentb60e184c106e2aefd8498f5bce0dcc814d28cb3c (diff)
downloadpango-2c5fbfbbf3be7c4a14b855b85662cd023bfbfc48.tar.gz
pango-item-private.h: fix x86-64 x32 builds
Fixes: #637
-rw-r--r--pango/pango-item-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-item-private.h b/pango/pango-item-private.h
index d37fc3f8..6e20953f 100644
--- a/pango/pango-item-private.h
+++ b/pango/pango-item-private.h
@@ -40,7 +40,7 @@ G_BEGIN_DECLS
typedef struct _PangoItemPrivate PangoItemPrivate;
-#ifdef __x86_64__
+#if defined(__x86_64__) && !defined(__ILP32__)
struct _PangoItemPrivate
{