mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Backport changes from trunk
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/stable@27076 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dd8bb04d93
commit
c8d84e2c09
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-10-21 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSBitmapImageRep+JPEG.m: Fix broken boolean definition.
|
||||
|
||||
2008-10-19 Riccardo Mottola <rmottola@users.sf.net>>
|
||||
|
||||
* Source/GSServicesManager.m: dont unreigster non existent named port
|
||||
|
|
|
@ -47,6 +47,9 @@
|
|||
/* And another so that boolean is not redefined in jmorecfg.h. */
|
||||
#ifndef HAVE_BOOLEAN
|
||||
#define HAVE_BOOLEAN
|
||||
/* This MUST match the jpeg definition of boolean */
|
||||
typedef int jpeg_boolean;
|
||||
#define boolean jpeg_boolean
|
||||
#endif
|
||||
#endif
|
||||
#include <jpeglib.h>
|
||||
|
|
Loading…
Reference in a new issue