[MPlayer-cvslog] r27880 - trunk/stream/tvi_dshow.h
reimar
subversion at mplayerhq.hu
Sun Nov 2 17:46:04 CET 2008
Author: reimar
Date: Sun Nov 2 17:46:02 2008
New Revision: 27880
Log:
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.
Modified:
trunk/stream/tvi_dshow.h
Modified: trunk/stream/tvi_dshow.h
==============================================================================
--- trunk/stream/tvi_dshow.h (original)
+++ trunk/stream/tvi_dshow.h Sun Nov 2 17:46:02 2008
@@ -5,6 +5,7 @@
#define INITGUID
#include <inttypes.h>
+#include <windows.h>
//#include <ole2.h>
#include <vfw.h>
#include "loader/dshow/mediatype.h"
More information about the MPlayer-cvslog
mailing list