Hans Leidekker : include: Avoid redefinition of EVENT_FILTER_DESCRIPTOR.

Alexandre Julliard julliard at winehq.org
Wed Oct 12 16:06:15 CDT 2016


Module: wine
Branch: master
Commit: c185757993095382cc7580ac78d27f08c523e9df
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c185757993095382cc7580ac78d27f08c523e9df

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Wed Oct 12 11:53:41 2016 +0200

include: Avoid redefinition of EVENT_FILTER_DESCRIPTOR.

Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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
 {




More information about the wine-cvs mailing list