ntdll/tests: Remove an unneeded NONAMELESSSTRUCT directive.

This commit is contained in:
Francois Gouget 2015-03-14 03:38:49 +01:00 committed by Alexandre Julliard
parent ca1545cf17
commit 872e96fc4e
1 changed files with 1 additions and 2 deletions

View File

@ -25,10 +25,9 @@
#define _WIN32_WINNT 0x500 /* For NTSTATUS */
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "winnt.h"