* 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:
Fred Kiefer 2013-11-24 11:56:33 +00:00
parent 07f47bb507
commit 887f3090cc
2 changed files with 10 additions and 1 deletions

View file

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

View file

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