diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c index d3117991c7..60a5e8ef13 100644 --- a/libavdevice/vfwcap.c +++ b/libavdevice/vfwcap.c @@ -27,12 +27,6 @@ #include #include "avdevice.h" -/* Defines for VFW missing from MinGW. - * Remove this when MinGW incorporates them. */ -#define HWND_MESSAGE ((HWND)-3) - -/* End of missing MinGW defines */ - struct vfw_ctx { const AVClass *class; HWND hwnd;