Commit 5726eb45 authored by ramiro's avatar ramiro

vfwcap: Include windows.h before vfw.h since the latter requires defines

from the former.
Patch by kemuri <kemuri9 at gmail dot com>


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21411 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e53ad156
......@@ -20,8 +20,8 @@
*/
#include "libavformat/avformat.h"
#include <vfw.h>
#include <windows.h>
#include <vfw.h>
//#define DEBUG_VFW
......
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