Proto help also doesn't like GTK_DISABLE_DEPRECATED
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 8 Aug 2011 14:06:12 +0000 (14:06 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 8 Aug 2011 14:06:12 +0000 (14:06 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38406 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/proto_help.c

index 938c5214a1a9390f93fba79075d7730b8677dcf4..0cc516d690f28c1c2e20df6a7bc6680a064083cf 100644 (file)
 
 #include <string.h>
 
+#ifndef GTK_UI_MANAGER_MENUITEM
+# undef GTK_DISABLE_DEPRECATED
+#endif
+
 #include <gtk/gtk.h>
 #include <gtk/webbrowser.h>