* 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:
Fred Kiefer 2013-12-06 17:45:37 +00:00
parent 4a61340345
commit db8253b2d1
2 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -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>