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

This commit is contained in:
Rob Shearman 2008-02-27 19:02:39 +00:00 committed by Alexandre Julliard
parent 2b93de3e7e
commit 97a9ca3f4a
2 changed files with 5 additions and 0 deletions

View file

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define NONAMELESSUNION
#include "config.h"
#include <sys/types.h>

View file

@ -21,6 +21,9 @@
* 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.
*/
#define NONAMELESSUNION
#include "config.h"
#include <stdlib.h>
#include <stdarg.h>