mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 05:50:48 +00:00
Skip libpng's check for setjmp. I hope we are indeed correct.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30453 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b8f7410a2c
commit
122d5b0f91
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-05-25 Riccardo Mottola <rmottola@users.sf.net>
|
||||
|
||||
* Source/NSBitmapImageRep+PNG.m
|
||||
Skip libpng's check for setjmp. I hope we are indeed correct.
|
||||
|
||||
2010-05-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSTextView.m (-_characterIndexForPoint:respectFraction:):
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#import "NSBitmapImageRep+PNG.h"
|
||||
|
||||
#if HAVE_LIBPNG
|
||||
|
||||
#define PNG_SKIP_SETJMP_CHECK 1
|
||||
#ifdef HAVE_LIBPNG_PNG_H
|
||||
#include <libpng/png.h>
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue