// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "taskbar.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
bool wxTaskBarIcon::RemoveIcon()
{
- return false;
+ return false;
}
bool wxTaskBarIcon::PopupMenu(wxMenu *menu)
{
- return false;
+ return false;
}
void wxTaskBarIcon::RegisterWindowMessages()