diff options
Diffstat (limited to 'libXaw/src/Vendor.c')
-rw-r--r-- | libXaw/src/Vendor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libXaw/src/Vendor.c b/libXaw/src/Vendor.c index b8797f59d..a2554daff 100644 --- a/libXaw/src/Vendor.c +++ b/libXaw/src/Vendor.c @@ -111,7 +111,7 @@ static XtResource resources[] = { * ***************************************************************************/ -#if defined(__CYGWIN__) || defined(__MINGW32__) +#if defined(__CYGWIN__) || defined(__MINGW32__) && !defined(_MSC_VER) /* to fix the EditRes problem because of wrong linker semantics */ extern WidgetClass vendorShellWidgetClass; /* from Xt/Vendor.c */ extern VendorShellClassRec _XawVendorShellClassRec; |