Commit 8bc52dbd authored by Diego Biurrun's avatar Diego Biurrun

vfwcap: Drop fallback VfW defines

The defines were added long ago when MinGW still lacked them.
parent 86dfcfd0
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment