mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Degine HAVE_BOOLEAN on mingw to avoid jpeg conflicts
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26500 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
487fdc6524
commit
777fed73b2
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-05-08 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSBitmapImageRep+JPEG.m: Define HAVE_BOOLEAN to avoid
|
||||
problem with jmorecfg.h header on mingw.
|
||||
|
||||
2008-05-07 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSSplitView.m (-adjustSubviews): Just return if there
|
||||
|
|
|
@ -44,6 +44,10 @@
|
|||
#ifndef XMD_H
|
||||
#define XMD_H
|
||||
#endif
|
||||
/* And another so that boolean is not redefined in jmorecfg.h. */
|
||||
#ifndef HAVE_BOOLEAN
|
||||
#define HAVE_BOOLEAN
|
||||
#endif
|
||||
#endif
|
||||
#include <jpeglib.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue