include: Avoid redefinition of EVENT_FILTER_DESCRIPTOR.
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b147bd63e3
commit
c185757993
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue