* src/nsfns.m (ns_implicitly_set_icon_type): Don't use UTType if
GNUstep.
if (image == nil)
{
+#ifndef NS_IMPL_GNUSTEP
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 120000
#if MAC_OS_X_VERSION_MIN_REQUIRED < 120000
if ([workspace respondsToSelector: @selector (iconForContentType:)])
else
#endif
#endif
+#endif
#if MAC_OS_X_VERSION_MIN_REQUIRED < 120000
image = [[workspace iconForFileType: @"text"] retain];
#endif