Applied patch [ 875663 ] Warning free mmedia contrib

ABX


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-02-08 11:56:22 +00:00
parent 74de91cc97
commit 2b3644c715
9 changed files with 25 additions and 13 deletions

View File

@@ -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
// ----------------------------------------------------------------------------
@@ -100,3 +104,5 @@ public:
};
#endif
#endif