# HG changeset patch # User reimar # Date 1225644362 0 # Node ID 87da3db93a44ef917cb09f5fb37d66fd477948e8 # Parent dedacb09ed45877c9fe2233318b2d3ea835d79d1 vfw.h needs a windows.h include before on MinGW64. Since vfw.h on MinGW32 includes windows.h automatically it should not make a difference there. diff -r dedacb09ed45 -r 87da3db93a44 stream/tvi_dshow.h --- a/stream/tvi_dshow.h Sun Nov 02 16:37:45 2008 +0000 +++ b/stream/tvi_dshow.h Sun Nov 02 16:46:02 2008 +0000 @@ -5,6 +5,7 @@ #define INITGUID #include +#include //#include #include #include "loader/dshow/mediatype.h"