evntprov.h: Remove extraneous typedef.

We don't actually typedef this struct in the declaration.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Liu Hao <lh_mouse@126.com>
This commit is contained in:
Zebediah Figura 2018-12-15 21:18:44 -06:00 committed by Liu Hao
parent dc348cb1b4
commit a1f21b55d8

View File

@ -88,7 +88,7 @@ extern "C" {
typedef const EVENT_DESCRIPTOR *PCEVENT_DESCRIPTOR;
#endif
typedef struct _EVENT_FILTER_DESCRIPTOR {
struct _EVENT_FILTER_DESCRIPTOR {
ULONGLONG Ptr;
ULONG Size;
ULONG Type;