mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 08:30:59 +00:00
* Source/NSBitmapImageRep+JPEG.m: Remove CYGWIN specific define
as it is no longer needed. I leave the code for this in for a while. Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37435 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4a61340345
commit
db8253b2d1
2 changed files with 6 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-12-06 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSBitmapImageRep+JPEG.m: Remove CYGWIN specific define as
|
||||
it is no longer needed. I leave the code for this in for a while.
|
||||
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>.
|
||||
|
||||
2013-12-03 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSClipView.m (-setBounds:, -setBoundsSize:): Mark the
|
||||
|
|
|
@ -54,11 +54,6 @@ typedef int jpeg_boolean;
|
|||
#endif
|
||||
#endif // __MINGW32__
|
||||
#include <jpeglib.h>
|
||||
#if defined(__CYGWIN__)
|
||||
/* Cygwin uses a patched jpeg */
|
||||
#define GSTEP_PROGRESSIVE_CODEC
|
||||
#endif
|
||||
|
||||
#include <setjmp.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue