mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:30: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
|
@ -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…
Add table
Add a link
Reference in a new issue