include: Avoid redefinition of EVENT_FILTER_DESCRIPTOR.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Hans Leidekker 2016-10-12 11:53:41 +02:00 committed by Alexandre Julliard
parent b147bd63e3
commit c185757993
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ typedef struct _EVENT_TRACE_PROPERTIES
ULONG LoggerNameOffset;
} EVENT_TRACE_PROPERTIES, *PEVENT_TRACE_PROPERTIES;
typedef struct _EVENT_FILTER_DESCRIPTOR EVENT_FILTER_DESCRIPTOR, *PEVENT_FILTER_DESCRIPTOR;
typedef struct _EVENT_FILTER_DESCRIPTOR *PEVENT_FILTER_DESCRIPTOR;
typedef struct _ENABLE_TRACE_PARAMETERS
{