Fixed compile error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -71,7 +71,8 @@
|
|||||||
#include <wx/vscroll.h>
|
#include <wx/vscroll.h>
|
||||||
#include <wx/dateevt.h>
|
#include <wx/dateevt.h>
|
||||||
#include <wx/datectrl.h>
|
#include <wx/datectrl.h>
|
||||||
|
#include <wx/power.h>
|
||||||
|
#include <wx/hyperlink.h>
|
||||||
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
@@ -15,10 +15,6 @@
|
|||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
%{
|
|
||||||
#include <wx/hyperlink.h>
|
|
||||||
%}
|
|
||||||
|
|
||||||
MAKE_CONST_WXSTRING(HyperlinkCtrlNameStr);
|
MAKE_CONST_WXSTRING(HyperlinkCtrlNameStr);
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
@@ -15,12 +15,6 @@
|
|||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
%newgroup
|
%newgroup
|
||||||
|
|
||||||
%{
|
|
||||||
#include <wx/power.h>
|
|
||||||
%}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%{
|
%{
|
||||||
#ifndef wxHAS_POWER_EVENTS
|
#ifndef wxHAS_POWER_EVENTS
|
||||||
// Dummy class and other definitions for platforms that don't have them
|
// Dummy class and other definitions for platforms that don't have them
|
||||||
|
Reference in New Issue
Block a user