https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2702
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff.morriss.ws@xxxxxxxxx
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2008-08-05 10:35:49 PDT ---
The problem was that many modules in the GTK directory had prototypes for
protect_thread_critical_region() and unprotect_thread_critical_region() and
those prototypes didn't say that the function was actually external to the
module. I fixed that by getting rid of all those prototypes and including
"gtk/main.h" (which has the correct--extern'd--prototype) in those modules that
did not already include it.
Fixed in rev 25933.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.