]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/vidbase.h
Copy some missing samples, and contrib for Motif/Mac
[wxWidgets.git] / contrib / include / wx / mmedia / vidbase.h
index 8d5d1d55eda06d2c7f402430eee1c1503dcd6139..7cb64bea69e6be8eff1510551f5a2d544cc3a754 100644 (file)
@@ -36,6 +36,8 @@
     #include "wx/frame.h"
 #endif
 
     #include "wx/frame.h"
 #endif
 
+#include "wx/mmedia/defs.h"
+
 // ----------------------------------------------------------------------------
 // wxMMedia2 (video) types
 
 // ----------------------------------------------------------------------------
 // wxMMedia2 (video) types
 
@@ -54,7 +56,7 @@ typedef enum {
 // ----------------------------------------------------------------------------
 // Classes definition
 
 // ----------------------------------------------------------------------------
 // Classes definition
 
-class WXDLLEXPORT wxVideoBaseDriver : public wxObject {
+class WXDLLIMPEXP_MMEDIA wxVideoBaseDriver : public wxObject {
     DECLARE_ABSTRACT_CLASS(wxVideoBaseDriver)
 protected:
     wxWindow *m_video_output;
     DECLARE_ABSTRACT_CLASS(wxVideoBaseDriver)
 protected:
     wxWindow *m_video_output;
@@ -104,7 +106,7 @@ public:
     virtual bool IsStopped() const = 0;
 };
 
     virtual bool IsStopped() const = 0;
 };
 
-WXDLLEXPORT wxFrame *wxVideoCreateFrame(wxVideoBaseDriver *vid_drv);
+WXDLLIMPEXP_MMEDIA wxFrame *wxVideoCreateFrame(wxVideoBaseDriver *vid_drv);
 
 
 #endif
 
 
 #endif