make last change conditional on mingw

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28926 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-10-31 06:13:16 +00:00
parent 0400de2215
commit 268d76327b

View file

@ -883,7 +883,7 @@ withRepeatedImage: (NSImage*)image
}
else
{
#if 0
#if !defined(__MINGW32__)
/* This code raises an exception on windows (tested 30/10/2009) ... why? */
images[i]
= [[self extractImageFrom: image withRect: rects[i]] retain];