parent
7ce3ed457e
commit
b5ca37f192
1 changed files with 2 additions and 0 deletions
|
|
@ -293,7 +293,9 @@ gimp_eek (const gchar *reason,
|
||||||
gboolean use_handler)
|
gboolean use_handler)
|
||||||
{
|
{
|
||||||
GimpCoreConfig *config = the_errors_gimp->config;
|
GimpCoreConfig *config = the_errors_gimp->config;
|
||||||
|
#if !defined(G_OS_WIN32) || !defined(GIMP_CONSOLE_COMPILATION)
|
||||||
gboolean eek_handled = FALSE;
|
gboolean eek_handled = FALSE;
|
||||||
|
#endif
|
||||||
GimpDebugPolicy debug_policy;
|
GimpDebugPolicy debug_policy;
|
||||||
GList *iter;
|
GList *iter;
|
||||||
gint num_idx;
|
gint num_idx;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue