mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
* Source/NSBitmapImageRep+GIF.m: Add define missing in libgif 5.0.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37405 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
07f47bb507
commit
887f3090cc
2 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
2013-11-23 Fred Kiefer <FredKiefer@gmx.de>
|
||||
2013-11-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSBitmapImageRep+GIF.m: Add define missing in libgif 5.0.
|
||||
|
||||
2013-11-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSBrowser.m (-selectionIndexPaths): Actually do the correction.
|
||||
|
||||
|
|
|
@ -51,6 +51,11 @@ objective-c headers.
|
|||
#include <gif_lib.h>
|
||||
#undef Object
|
||||
|
||||
// GIF 5.0 no longer has this define
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif /* FALSE */
|
||||
|
||||
/* -----------------------------------------------------------
|
||||
The following types and functions are for interacting with
|
||||
the gif library.
|
||||
|
|
Loading…
Reference in a new issue