include: Avoid redefinition of EVENT_FILTER_DESCRIPTOR.

Hans Leidekker hans at codeweavers.com
Wed Oct 12 04:53:41 CDT 2016


Signed-off-by: Hans Leidekker <hans at codeweavers.com>
---
 include/evntrace.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/evntrace.h b/include/evntrace.h
index 6ebcfba..b54cd11 100644
--- a/include/evntrace.h
+++ b/include/evntrace.h
@@ -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
 {
-- 
2.1.4




More information about the wine-patches mailing list