dbghelp: Define NONAMELESSUNION in dwarf.c and type.c as they access VARIANT fields directly.
This commit is contained in:
parent
2b93de3e7e
commit
97a9ca3f4a
|
@ -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 @@
|
||||||
* 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>
|
||||||
|
|
Loading…
Reference in New Issue