// ----------------------------------------------------------------------------
// wxMMedia2 headers
+#include "wx/mmedia/defs.h"
#include "wx/mmedia/vidbase.h"
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Class definition
-class WXDLLEXPORT wxVideoWindows : public wxVideoBaseDriver {
+class WXDLLIMPEXP_MMEDIA wxVideoWindows : public wxVideoBaseDriver {
DECLARE_DYNAMIC_CLASS(wxVideoWindows)
protected:
struct VIDW_Internal *m_internal;
// Return the total number of frames in the movie
wxUint32 GetNbFrames() const;
- bool IsCapable(wxVideoType v_type);
+ bool IsCapable(wxVideoType v_type) const;
bool AttachOutput(wxWindow& output);
void DetachOutput(void);