mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
[PSDK]
- Fix EVENT_FILTER_DESCRIPTOR redefinition. svn path=/trunk/; revision=47918
This commit is contained in:
parent
dd54fd1837
commit
5a8354d8ed
2 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#define _EVNTPROV_
|
||||||
|
|
||||||
#ifndef EVNTAPI
|
#ifndef EVNTAPI
|
||||||
#ifndef MIDL_PASS
|
#ifndef MIDL_PASS
|
||||||
#ifdef _EVNT_SOURCE_
|
#ifdef _EVNT_SOURCE_
|
||||||
|
@ -67,11 +69,13 @@ typedef struct _EVENT_DESCRIPTOR {
|
||||||
} EVENT_DESCRIPTOR, *PEVENT_DESCRIPTOR;
|
} EVENT_DESCRIPTOR, *PEVENT_DESCRIPTOR;
|
||||||
typedef const EVENT_DESCRIPTOR *PCEVENT_DESCRIPTOR;
|
typedef const EVENT_DESCRIPTOR *PCEVENT_DESCRIPTOR;
|
||||||
|
|
||||||
|
#ifndef _EVNTRACE_
|
||||||
typedef struct _EVENT_FILTER_DESCRIPTOR {
|
typedef struct _EVENT_FILTER_DESCRIPTOR {
|
||||||
ULONGLONG Ptr;
|
ULONGLONG Ptr;
|
||||||
ULONG Size;
|
ULONG Size;
|
||||||
ULONG Type;
|
ULONG Type;
|
||||||
} EVENT_FILTER_DESCRIPTOR, *PEVENT_FILTER_DESCRIPTOR;
|
} EVENT_FILTER_DESCRIPTOR, *PEVENT_FILTER_DESCRIPTOR;
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct _EVENT_FILTER_HEADER {
|
typedef struct _EVENT_FILTER_HEADER {
|
||||||
USHORT Id;
|
USHORT Id;
|
||||||
|
|
|
@ -596,7 +596,9 @@ typedef struct _TRACE_GUID_REGISTRATION {
|
||||||
typedef struct _EVENT_RECORD EVENT_RECORD, *PEVENT_RECORD;
|
typedef struct _EVENT_RECORD EVENT_RECORD, *PEVENT_RECORD;
|
||||||
typedef struct _EVENT_TRACE_LOGFILEW EVENT_TRACE_LOGFILEW, *PEVENT_TRACE_LOGFILEW;
|
typedef struct _EVENT_TRACE_LOGFILEW EVENT_TRACE_LOGFILEW, *PEVENT_TRACE_LOGFILEW;
|
||||||
typedef struct _EVENT_TRACE_LOGFILEA EVENT_TRACE_LOGFILEA, *PEVENT_TRACE_LOGFILEA;
|
typedef struct _EVENT_TRACE_LOGFILEA EVENT_TRACE_LOGFILEA, *PEVENT_TRACE_LOGFILEA;
|
||||||
|
#ifndef _EVNTPROV_
|
||||||
typedef struct _EVENT_FILTER_DESCRIPTOR EVENT_FILTER_DESCRIPTOR, *PEVENT_FILTER_DESCRIPTOR;
|
typedef struct _EVENT_FILTER_DESCRIPTOR EVENT_FILTER_DESCRIPTOR, *PEVENT_FILTER_DESCRIPTOR;
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef ULONG
|
typedef ULONG
|
||||||
(WINAPI *PEVENT_TRACE_BUFFER_CALLBACKW)(
|
(WINAPI *PEVENT_TRACE_BUFFER_CALLBACKW)(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue