mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
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:
parent
0400de2215
commit
268d76327b
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue