summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/vfwcap.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c
index 5fdda4a606..c067be3f83 100644
--- a/libavdevice/vfwcap.c
+++ b/libavdevice/vfwcap.c
@@ -27,14 +27,6 @@
#include <windows.h>
#include <vfw.h>
-/* Defines for VFW missing from MinGW.
- * Remove this when MinGW incorporates them. */
-#define HWND_MESSAGE ((HWND)-3)
-
-#define BI_RGB 0
-
-/* End of missing MinGW defines */
-
struct vfw_ctx {
const AVClass *class;
HWND hwnd;