Hi,
This should fix the problems a number of people were having when compiling
after the commiting of my DSHOW-02 patch.
Changelog:
Fix compilation due to nameless structs and unions
Rob
Index: wine/dlls/quartz/filtermapper.c
===================================================================
RCS file: /home/wine/wine/dlls/quartz/filtermapper.c,v
retrieving revision 1.1
diff -u -r1.1 filtermapper.c
--- wine/dlls/quartz/filtermapper.c 1 Jul 2003 04:29:48 -0000 1.1
+++ wine/dlls/quartz/filtermapper.c 1 Jul 2003 17:13:41 -0000
@@ -27,6 +27,9 @@
#include "winreg.h"
#include "winerror.h"
+#define NONAMELESSUNION
+#define NONAMELESSSTRUCT
+
#include "quartz_private.h"
#define COM_NO_WINDOWS_H