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:
Adam Fedor 2008-05-08 15:28:42 +00:00
parent 487fdc6524
commit 777fed73b2
2 changed files with 9 additions and 0 deletions

View file

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

View file

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