]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/vidwin.h
use CXXFLAGS instead of CFLAGS in several places now that the tests are done using...
[wxWidgets.git] / contrib / include / wx / mmedia / vidwin.h
index a5e7a389132fa473212bbca6f1b463176acebba3..155bed8b9c74df7e8e13144f7450f140524618a9 100644 (file)
@@ -11,9 +11,9 @@
 #ifndef __VID_windows_H__
 #define __VID_windows_H__
 
-#ifdef __GNUG__
-    #pragma interface "vidwin.h"
-#endif
+#if defined(__WINDOWS__) && !defined(__MINGW32__) && !defined(__WATCOMC__)
+// versions of Open Watcom and MinGW tested against this source does not
+// deliver "digitalv.h" required in this feature
 
 // ----------------------------------------------------------------------------
 // headers
@@ -26,7 +26,7 @@
 #endif
 
 // for all others, include the necessary headers (this file is usually all you
-// need because it includes almost all "standard" wxWindows headers
+// need because it includes almost all "standard" wxWidgets headers
 #ifndef WX_PRECOMP
     #include "wx/string.h"
     #include "wx/stream.h"
@@ -90,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);
@@ -100,3 +100,5 @@ public:
 };
 
 #endif
+
+#endif