compilation fix for GTK+ < 2.10
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -65,7 +65,7 @@ private:
|
||||
#include "wx/palmos/taskbar.h"
|
||||
#elif defined(__WXMSW__)
|
||||
#include "wx/msw/taskbar.h"
|
||||
#elif defined(__WXGTK20__)
|
||||
#elif defined(__WXGTK210__)
|
||||
#include "wx/gtk/taskbar.h"
|
||||
#elif defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__)
|
||||
#include "wx/unix/taskbarx11.h"
|
||||
|
@@ -12,7 +12,7 @@
|
||||
// For compilers that support precompilation, includes "wx.h".
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#if wxUSE_TASKBARICON
|
||||
#if wxUSE_TASKBARICON && defined(__WXGTK210__)
|
||||
|
||||
#include "wx/taskbar.h"
|
||||
|
||||
|
Reference in New Issue
Block a user