mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 20:10:47 +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
0b5c108ce1
commit
1cb483bd41
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ withRepeatedImage: (NSImage*)image
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
#if 0
|
#if !defined(__MINGW32__)
|
||||||
/* This code raises an exception on windows (tested 30/10/2009) ... why? */
|
/* This code raises an exception on windows (tested 30/10/2009) ... why? */
|
||||||
images[i]
|
images[i]
|
||||||
= [[self extractImageFrom: image withRect: rects[i]] retain];
|
= [[self extractImageFrom: image withRect: rects[i]] retain];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue