fixed unresolved references with GTK+ 2.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1f30c17645
commit
0304adb195
@ -48,8 +48,14 @@
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef __WXGTK20__
|
#ifdef __WXGTK20__
|
||||||
|
#include <gtk/gtk.h>
|
||||||
|
#if GTK_CHECK_VERSION(2,1,0)
|
||||||
#include "wx/gtk/taskbarpriv.h"
|
#include "wx/gtk/taskbarpriv.h"
|
||||||
#else
|
#define TASKBAR_ICON_AREA_BASE_INCLUDED
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef TASKBAR_ICON_AREA_BASE_INCLUDED
|
||||||
class WXDLLIMPEXP_ADV wxTaskBarIconAreaBase : public wxFrame
|
class WXDLLIMPEXP_ADV wxTaskBarIconAreaBase : public wxFrame
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user