summaryrefslogtreecommitdiff
path: root/include/X11
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11')
-rw-r--r--include/X11/Composite.h2
-rw-r--r--include/X11/Xtos.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/X11/Composite.h b/include/X11/Composite.h
index e355154..0a58332 100644
--- a/include/X11/Composite.h
+++ b/include/X11/Composite.h
@@ -97,7 +97,7 @@ extern void XtChangeManagedSet(
_XFUNCPROTOEND
-#ifndef COMPOSITE
+#ifndef XT_COMPOSITE
externalref WidgetClass compositeWidgetClass;
#endif
diff --git a/include/X11/Xtos.h b/include/X11/Xtos.h
index 005cf0d..013b241 100644
--- a/include/X11/Xtos.h
+++ b/include/X11/Xtos.h
@@ -68,6 +68,7 @@ SOFTWARE.
defined(__s390x__) || \
(defined(__hppa__) && defined(__LP64__)) || \
defined(__amd64__) || defined(amd64) || \
+ defined(__powerpc64__) || \
(defined(sgi) && (_MIPS_SZLONG == 64))
#define LONG64
#endif