GNOME Bugzilla – Bug 155885
gtktoolitem.c and gtkrc.c without prototype declaration
Last modified: 2004-12-22 21:47:04 UTC
Please describe the problem: gtk_toolbar_rebuild_menu is used without prototype declaration in gtktoolitem.c. _gtk_get_module_path and _gtk_find_module are used without prototype declaration in gtkrc.c. (gtkrc.c should include gtkmodules.h.) So, if it's compled by Visual C++, an error occurs. Steps to reproduce: 1. compile by Visual C++ 6.0 Actual results: an error occurs. Expected results: Does this happen every time? every time Other information:
2004-10-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrc.c: Include gtkmodules.h. (#155885, Kazuki IWAMOTO) * gtk/gtktoolbar.h: Add _gtk_toolbar_rebuild_menu(). (#155885)