ntdll/tests: Remove an unneeded NONAMELESSSTRUCT directive.
This commit is contained in:
parent
ca1545cf17
commit
872e96fc4e
|
@ -25,10 +25,9 @@
|
||||||
#define _WIN32_WINNT 0x500 /* For NTSTATUS */
|
#define _WIN32_WINNT 0x500 /* For NTSTATUS */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NONAMELESSUNION
|
|
||||||
#define NONAMELESSSTRUCT
|
|
||||||
#include "ntstatus.h"
|
#include "ntstatus.h"
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
|
#define NONAMELESSUNION
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
#include "winnt.h"
|
#include "winnt.h"
|
||||||
|
|
Loading…
Reference in New Issue