ntapi.h: remove DUMMYUNIONNAME annotation

This commit is contained in:
Bert Belder 2017-09-01 14:10:36 +02:00
parent f020adf547
commit 828de8474b

View File

@ -4062,7 +4062,7 @@ typedef struct _IO_STATUS_BLOCK {
union {
NTSTATUS Status;
PVOID Pointer;
} DUMMYUNIONNAME;
};
ULONG_PTR Information;
} IO_STATUS_BLOCK, *PIO_STATUS_BLOCK;