From 72d29cf03bb064994cb489cabd740fe095adb7bb Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sun, 5 Jun 2005 19:16:28 +0000 Subject: [PATCH] Compilation fix for Cygwin, it doesn't have digitalv.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/mmedia/vidwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/mmedia/vidwin.cpp b/contrib/src/mmedia/vidwin.cpp index ddfe966bf8..80183ede03 100644 --- a/contrib/src/mmedia/vidwin.cpp +++ b/contrib/src/mmedia/vidwin.cpp @@ -18,7 +18,7 @@ #include "wx/wx.h" #endif -#if defined(__WINDOWS__) && !defined(__MINGW32__) && !defined(__WATCOMC__) +#if defined(__WINDOWS__) && !defined(__MINGW32__) && !defined(__WATCOMC__) && !defined(__CYGWIN__) // versions of Open Watcom and MinGW tested against this source does not // deliver "digitalv.h" required in this feature -- 2.47.2