Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0bf8feb6
Commit
0bf8feb6
authored
Oct 24, 2016
by
Hans Leidekker
Committed by
Alexandre Julliard
Oct 24, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Avoid redefinition of PEVENT_FILTER_DESCRIPTOR.
Signed-off-by:
Hans Leidekker
<
hans@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3e9a3f87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
evntrace.h
include/evntrace.h
+6
-8
No files found.
include/evntrace.h
View file @
0bf8feb6
...
...
@@ -248,16 +248,14 @@ typedef struct _EVENT_TRACE_PROPERTIES
ULONG
LoggerNameOffset
;
}
EVENT_TRACE_PROPERTIES
,
*
PEVENT_TRACE_PROPERTIES
;
typedef
struct
_EVENT_FILTER_DESCRIPTOR
*
PEVENT_FILTER_DESCRIPTOR
;
typedef
struct
_ENABLE_TRACE_PARAMETERS
{
ULONG
Version
;
ULONG
EnableProperty
;
ULONG
ControlFlags
;
GUID
SourceId
;
PEVENT_FILTER_DESCRIPTOR
EnableFilterDesc
;
ULONG
FilterDescCount
;
ULONG
Version
;
ULONG
EnableProperty
;
ULONG
ControlFlags
;
GUID
SourceId
;
struct
_EVENT_FILTER_DESCRIPTOR
*
EnableFilterDesc
;
ULONG
FilterDescCount
;
}
ENABLE_TRACE_PARAMETERS
,
*
PENABLE_TRACE_PARAMETERS
;
#define INVALID_PROCESSTRACE_HANDLE ((TRACEHANDLE)~(ULONG_PTR)0)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment