X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15e8daecf594d38a57bc750f58de0ea33b79f4ee..e8332ccfe0cf1653b257d46d5c41339e2b2da438:/contrib/include/wx/mmedia/vidwin.h diff --git a/contrib/include/wx/mmedia/vidwin.h b/contrib/include/wx/mmedia/vidwin.h index a5e7a38913..08b7a104e2 100644 --- a/contrib/include/wx/mmedia/vidwin.h +++ b/contrib/include/wx/mmedia/vidwin.h @@ -15,6 +15,10 @@ #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 +30,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 +94,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 +104,5 @@ public: }; #endif + +#endif