qcap: Use nameless unions.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2021-03-25 21:40:13 +01:00 committed by Alexandre Julliard
parent b9393340f7
commit d5ab8f3dc9
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,5 @@
MODULE = qcap.dll
IMPORTS = strmbase strmiids uuid ole32 oleaut32
EXTRADEFS = -DWINE_NO_NAMELESS_EXTENSION
DELAYIMPORTS = msvfw32
EXTRADLLFLAGS = -mno-cygwin

View file

@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WINE_NO_NAMELESS_EXTENSION
#include "qcap_private.h"
#include "rpcproxy.h"