vfwcap: Include windows.h before vfw.h since the latter requires defines
authorkemuri <kemuri9@gmail.com>
Sat, 23 Jan 2010 20:58:29 +0000 (20:58 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Sat, 23 Jan 2010 20:58:29 +0000 (20:58 +0000)
from the former.
Patch by kemuri <kemuri9 at gmail dot com>

Originally committed as revision 21411 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavdevice/vfwcap.c

index 60ab169..4d07664 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 #include "libavformat/avformat.h"
-#include <vfw.h>
 #include <windows.h>
+#include <vfw.h>
 
 //#define DEBUG_VFW