[PATCH libXaw 2/2] cygwin: Remove incorrect export of vendorShellWidgetClass
Jeremy Huddleston Sequoia
jeremyhu at apple.com
Wed Jan 6 23:40:44 PST 2016
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
---
src/Vendor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Vendor.c b/src/Vendor.c
index d14b796..fa87340 100644
--- a/src/Vendor.c
+++ b/src/Vendor.c
@@ -204,7 +204,7 @@ externaldef(vendorshellclassrec) VendorShellClassRec vendorShellClassRec = {
}
};
-#if !defined(__UNIXOS2__) && !defined(__APPLE__)
+#if !(defined(__UNIXOS2__) || !defined(__APPLE__) || defined(__CYGWIN__) || defined(__MINGW32__))
externaldef(vendorshellwidgetclass) WidgetClass vendorShellWidgetClass =
(WidgetClass) (&vendorShellClassRec);
#endif
--
2.6.4
More information about the xorg-devel
mailing list