// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifndef _WX_HYPERLINK_H__
-#define _WX_HYPERLINK_H__
+#ifndef _WX_HYPERLINK_H_
+#define _WX_HYPERLINK_H_
#include "wx/defs.h"
-#if defined(__WXGTK210__)
+#if defined(__WXGTK210__) && !defined(__WXUNIVERSAL__)
#include "wx/gtk/hyperlink.h"
#else
#include "wx/generic/hyperlink.h"
#endif // wxUSE_HYPERLINKCTRL
-#endif // _WX_HYPERLINK_H__
+#endif // _WX_HYPERLINK_H_
#pragma hdrstop
#endif
-#if wxUSE_HYPERLINKCTRL && defined(__WXGTK210__)
+#if wxUSE_HYPERLINKCTRL && defined(__WXGTK210__) && !defined(__WXUNIVERSAL__)
#include "wx/hyperlink.h"
void wxWindowGTK::DoApplyWidgetStyle(GtkRcStyle *style)
{
- wxSuspendStyleEvents s(this);
+ wxSuspendStyleEvents s(static_cast<wxWindow*>(this));
if (m_wxwindow)
gtk_widget_modify_style(m_wxwindow, style);