Commit 97a9ca3f authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

dbghelp: Define NONAMELESSUNION in dwarf.c and type.c as they access VARIANT fields directly.

parent 2b93de3e
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#define NONAMELESSUNION
#include "config.h" #include "config.h"
#include <sys/types.h> #include <sys/types.h>
......
...@@ -21,6 +21,9 @@ ...@@ -21,6 +21,9 @@
* Note: This really doesn't do much at the moment, but it forms the framework * Note: This really doesn't do much at the moment, but it forms the framework
* upon which full support for datatype handling will eventually be built. * upon which full support for datatype handling will eventually be built.
*/ */
#define NONAMELESSUNION
#include "config.h" #include "config.h"
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.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