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:
rfm 2009-10-31 06:13:16 +00:00
parent 0b5c108ce1
commit 1cb483bd41

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];