Add newest files.
* app/makefile.{cygwin,msc} (gimp_OBJECTS): Add newest files. * plug-ins/common/winclipboard.c: Speed up by using gimp_tile_cache_size(). * app/gimprc.c * plug-ins/script-fu/script-fu-scripts.c: Guard use of GLIB_CHECK_VERSION from old GLibs that don't have it.
This commit is contained in:
@ -57,7 +57,7 @@
|
||||
|
||||
#endif /* NATIVE_WIN32 */
|
||||
|
||||
#if GLIB_CHECK_VERSION (1,3,1)
|
||||
#if defined (GLIB_CHECK_VERSION) && GLIB_CHECK_VERSION (1,3,1)
|
||||
#define ESCAPE(string) g_strescape (string, NULL)
|
||||
#else
|
||||
#define ESCAPE(string) g_strescape (string)
|
||||
|
Reference in New Issue
Block a user