[MPlayer-cvslog] r25611 - trunk/loader/dshow/test.c
diego
subversion at mplayerhq.hu
Sun Jan 6 12:19:49 CET 2008
Author: diego
Date: Sun Jan 6 12:19:48 2008
New Revision: 25611
Log:
Add missing #includes to fix compilation:
dshow/test.c:11: error: 'BITMAPINFOHEADER' undeclared (first use in this function)
Modified:
trunk/loader/dshow/test.c
Modified: trunk/loader/dshow/test.c
==============================================================================
--- trunk/loader/dshow/test.c (original)
+++ trunk/loader/dshow/test.c Sun Jan 6 12:19:48 2008
@@ -1,6 +1,9 @@
#include <stdio.h>
#include <stdlib.h>
+#include "wine/mmreg.h"
+#include "wine/vfw.h"
+
#include "formats.h"
#include "com.h"
More information about the MPlayer-cvslog
mailing list