comparison mp_msg.c @ 24697:8f2154e066cf

Make sure forked code does not try to display a GTK message box (and thus crashes)
author reimar
date Sun, 07 Oct 2007 08:41:31 +0000
parents 46fa9bcc6ccc
children e256d72c1f7a
comparison
equal deleted inserted replaced
24696:31b061728922 24697:8f2154e066cf
14 extern char* get_term_charset(void); 14 extern char* get_term_charset(void);
15 #endif 15 #endif
16 16
17 #if defined(FOR_MENCODER) 17 #if defined(FOR_MENCODER)
18 #undef HAVE_NEW_GUI 18 #undef HAVE_NEW_GUI
19 int use_gui;
19 #endif 20 #endif
20 21
21 #ifdef HAVE_NEW_GUI 22 #ifdef HAVE_NEW_GUI
22 #include "gui/interface.h" 23 #include "gui/interface.h"
23 #endif 24 #endif