Commit 596fa641 authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

wineqtdecoder: Use nameless unions.

Fixes a regression caused by b39b9eea. Signed-off-by: 's avatarGijs Vermeulen <gijsvrm@gmail.com> Signed-off-by: 's avatarJacek Caban <jacek@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 1fe893a9
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#define COBJMACROS #define COBJMACROS
#define NONAMELESSSTRUCT #define NONAMELESSSTRUCT
#define NONAMELESSUNION #define NONAMELESSUNION
#define WINE_NO_NAMELESS_EXTENSION
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment