undef GIMP_DISABLE_DEPRECATED to fix the build on IRIX MIPSpro (bug

2006-04-24  Sven Neumann  <sven@gimp.org>

	* plug-ins/xjt/xjt.c: undef GIMP_DISABLE_DEPRECATED to fix the
	build on IRIX MIPSpro (bug #339336).
This commit is contained in:
Sven Neumann 2006-04-24 11:16:16 +00:00 committed by Sven Neumann
parent 84affae066
commit 3c1bbd02ef
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-04-24 Sven Neumann <sven@gimp.org>
* plug-ins/xjt/xjt.c: undef GIMP_DISABLE_DEPRECATED to fix the
build on IRIX MIPSpro (bug #339336).
2006-04-24 Sven Neumann <sven@gimp.org>
* plug-ins/common/gifload.c: implement a thumbnail load procedure

View File

@ -67,6 +67,11 @@
#include <glib/gstdio.h>
#ifdef __GNUC__
#warning GIMP_DISABLE_DEPRECATED
#endif
#undef GIMP_DISABLE_DEPRECATED
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>