X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bbf230a16e2299eeac1f5edea1c067b7358efbc..3c57bda5451d31315de797a285b9547693143316:/contrib/include/wx/mmedia/vidwin.h diff --git a/contrib/include/wx/mmedia/vidwin.h b/contrib/include/wx/mmedia/vidwin.h index c0b0a319ae..155bed8b9c 100644 --- a/contrib/include/wx/mmedia/vidwin.h +++ b/contrib/include/wx/mmedia/vidwin.h @@ -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" @@ -100,3 +100,5 @@ public: }; #endif + +#endif