Fix link errors from advdll_taskbar.o on cygwin

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-02-09 22:19:14 +00:00
parent 99e60663fb
commit 8193978003
2 changed files with 6 additions and 6 deletions

View File

@@ -1411,13 +1411,13 @@ static wxString GetGtkHotKey( const wxMenuItem& item )
#if wxUSE_MENUS_NATIVE
extern "C"
extern "C" WXDLLIMPEXP_CORE
void gtk_pop_hide_callback( GtkWidget *WXUNUSED(widget), bool* is_waiting )
{
*is_waiting = FALSE;
}
void SetInvokingWindow( wxMenu *menu, wxWindow* win )
WXDLLIMPEXP_CORE void SetInvokingWindow( wxMenu *menu, wxWindow* win )
{
menu->SetInvokingWindow( win );
@@ -1434,7 +1434,7 @@ void SetInvokingWindow( wxMenu *menu, wxWindow* win )
}
}
extern "C"
extern "C" WXDLLIMPEXP_CORE
void wxPopupMenuPositionCallback( GtkMenu *menu,
gint *x, gint *y,
gboolean * WXUNUSED(whatever),