[pango: 1/2] pango-item-private.h: fix x86-64 x32 builds




commit 2c5fbfbbf3be7c4a14b855b85662cd023bfbfc48
Author: Alexander Kanavin <alex linutronix de>
Date:   Mon Dec 13 21:44:03 2021 +0100

    pango-item-private.h: fix x86-64 x32 builds
    
    Fixes: #637

 pango/pango-item-private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]