[PATCH libXaw3d 2/2] cygwin: Remove incorrect export of vendorShellWidgetClass

Jeremy Huddleston Sequoia jeremyhu at apple.com
Wed Jan 6 23:44:14 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 6b34b31..011a1fa 100644
--- a/src/Vendor.c
+++ b/src/Vendor.c
@@ -238,7 +238,7 @@ externaldef(vendorshellclassrec) VendorShellClassRec vendorShellClassRec = {
   }
 };
 
-#if !defined(__APPLE__)
+#if !(defined(__UNIXOS2__) || defined(__CYGWIN__) || defined(__MINGW32__) || defined(__APPLE__))
 externaldef(vendorshellwidgetclass) WidgetClass vendorShellWidgetClass =
 	(WidgetClass) (&vendorShellClassRec);
 #endif
-- 
2.6.4



More information about the xorg-devel mailing list