[PATCH 1/5] avicap32: Define NONAMELESSUNION in files that include objidl.h.

Zebediah Figura z.figura12 at gmail.com
Tue Dec 17 10:45:31 CST 2019


Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47710
Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
This is not currently necessary, but will be with the prescribed solution for
bug 47710, viz. defining the type _STGMEDIUM_UNION.

 dlls/avicap32/avicap32_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/avicap32/avicap32_main.c b/dlls/avicap32/avicap32_main.c
index 9e2a99d4c7c..0178dc87edb 100644
--- a/dlls/avicap32/avicap32_main.c
+++ b/dlls/avicap32/avicap32_main.c
@@ -43,6 +43,7 @@
 # include <unistd.h>
 #endif
 
+#define NONAMELESSUNION
 #include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"
-- 
2.24.0




More information about the wine-devel mailing list