These two files cannot be compiled with GTK_DISABLE_DEPRECATED

as long as they are still using the non MAIN_MENU_USE_UIMANAGER
case.

svn path=/trunk/; revision=38587
This commit is contained in:
Jörg Mayer 2011-08-17 17:29:27 +00:00
parent 50b504cacf
commit fad50cbaf8
2 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,10 @@
# include "config.h"
#endif
#if defined(GTK_DISABLE_DEPRECATED) && !defined(MAIN_MENU_USE_UIMANAGER)
# undef GTK_DISABLE_DEPRECATED
#endif
#include <gtk/gtk.h>
#include <stdio.h>

View File

@ -28,6 +28,10 @@
# include "config.h"
#endif
#if defined(GTK_DISABLE_DEPRECATED) && !defined(MAIN_MENU_USE_UIMANAGER)
# undef GTK_DISABLE_DEPRECATED
#endif
#include <string.h>
#include <gtk/gtk.h>