changeset 27846:87da3db93a44

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.
author reimar
date Sun, 02 Nov 2008 16:46:02 +0000
parents dedacb09ed45
children 28deb37052cd
files stream/tvi_dshow.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <inttypes.h>
+#include <windows.h>
 //#include <ole2.h>
 #include <vfw.h>
 #include "loader/dshow/mediatype.h"