#include "wx/frame.h"
#endif
+#include "wx/mmedia/defs.h"
+
// ----------------------------------------------------------------------------
// wxMMedia2 (video) types
// ----------------------------------------------------------------------------
// Classes definition
-class WXDLLEXPORT wxVideoBaseDriver : public wxObject {
+class WXDLLIMPEXP_MMEDIA wxVideoBaseDriver : public wxObject {
DECLARE_ABSTRACT_CLASS(wxVideoBaseDriver)
protected:
wxWindow *m_video_output;
virtual bool IsStopped() const = 0;
};
-WXDLLEXPORT wxFrame *wxVideoCreateFrame(wxVideoBaseDriver *vid_drv);
+WXDLLIMPEXP_MMEDIA wxFrame *wxVideoCreateFrame(wxVideoBaseDriver *vid_drv);
#endif