projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
patch as at http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/92350 thanks
[wxWidgets.git]
/
src
/
cocoa
/
mediactrl.mm
diff --git
a/src/cocoa/mediactrl.mm
b/src/cocoa/mediactrl.mm
index e6cc52cb9b14fcac2072ecf426181aef088ce13d..46f2ef177a968e8e43e3806dc4c0475ced8e1580 100644
(file)
--- a/
src/cocoa/mediactrl.mm
+++ b/
src/cocoa/mediactrl.mm
@@
-24,16
+24,17
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-//---------------------------------------------------------------------------
-// Includes
-//---------------------------------------------------------------------------
-#include "wx/mediactrl.h"
-
//---------------------------------------------------------------------------
// Compilation guard
//---------------------------------------------------------------------------
#if wxUSE_MEDIACTRL
//---------------------------------------------------------------------------
// Compilation guard
//---------------------------------------------------------------------------
#if wxUSE_MEDIACTRL
+#include "wx/mediactrl.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/timer.h"
+#endif
+
//===========================================================================
// BACKEND DECLARATIONS
//===========================================================================
//===========================================================================
// BACKEND DECLARATIONS
//===========================================================================
@@
-47,7
+48,6
@@
//---------------------------------------------------------------------------
// QT Includes
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
// QT Includes
//---------------------------------------------------------------------------
-#include "wx/timer.h"
#include <QuickTime/QuickTime.h>
#include "wx/cocoa/autorelease.h"
#include <QuickTime/QuickTime.h>
#include "wx/cocoa/autorelease.h"