git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-11-11 15:17:35 +00:00
parent 7e4a1c28d5
commit 212945de56
2 changed files with 4 additions and 2 deletions

View File

@@ -12,5 +12,5 @@
#if defined(__WXMSW__)
#include "wx/msw/mediactrl.h"
#elif defined(__WXMAC__)
#include "wx/mac/mediactrl.h"
#include "wx/mac/carbon/mediactrl.h"
#endif

View File

@@ -20,10 +20,12 @@
#pragma hdrstop
#endif
#include "wx/mac/carbon/mediactrl.h"
#include "wx/defs.h"
#if wxUSE_MEDIACTRL
#include "wx/mac/carbon/mediactrl.h"
#include "wx/timer.h"
IMPLEMENT_CLASS(wxMediaCtrl, wxControl);