dbghelp: VARIANT unions are accessed by name in msc.c so define NONAMELESSUNION.

This commit is contained in:
Rob Shearman 2008-02-21 16:44:17 +00:00 committed by Alexandre Julliard
parent 4a4b1269fa
commit 5e1976368a
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
* Add symbol size to internal symbol table. * Add symbol size to internal symbol table.
*/ */
#define NONAMELESSUNION
#include "config.h" #include "config.h"
#include "wine/port.h" #include "wine/port.h"