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 #include -/* 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;