Added NONAMELESSUNION/STRUCT defines.

This commit is contained in:
Alexandre Julliard 2003-05-07 04:01:52 +00:00
parent 22824cb0c3
commit 54daeae72a
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include "config.h"
#include "wine/port.h"
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winternl.h"
#include "winbase.h"