]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/vidwin.h
added .chm support for Unix (Markus Sinner)
[wxWidgets.git] / contrib / include / wx / mmedia / vidwin.h
index b8d0527f97d571dac305464bec675eec078600df..c0b0a319aed4614b2c69d782179c365ed08e6a30 100644 (file)
@@ -36,6 +36,7 @@
 // ----------------------------------------------------------------------------
 // wxMMedia2 headers
 
+#include "wx/mmedia/defs.h"
 #include "wx/mmedia/vidbase.h"
 
 // ----------------------------------------------------------------------------
@@ -53,7 +54,7 @@ typedef struct VIDW_Internal {
 // ----------------------------------------------------------------------------
 // Class definition
 
-class WXDLLEXPORT wxVideoWindows : public wxVideoBaseDriver {
+class WXDLLIMPEXP_MMEDIA wxVideoWindows : public wxVideoBaseDriver {
     DECLARE_DYNAMIC_CLASS(wxVideoWindows)
 protected:
     struct VIDW_Internal *m_internal;
@@ -89,7 +90,7 @@ public:
     // 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);