Commit 5590c8d1 authored by Alexandre Julliard's avatar Alexandre Julliard

Added a few missing structure names.

parent 5ef4748c
...@@ -76,12 +76,12 @@ typedef struct _EVENT_TRACE_HEADER ...@@ -76,12 +76,12 @@ typedef struct _EVENT_TRACE_HEADER
{ {
ULONG ClientContext; ULONG ClientContext;
ULONG Flags; ULONG Flags;
}; } DUMMYSTRUCTNAME1;
struct struct
{ {
ULONG KernelTime; ULONG KernelTime;
ULONG UserTime; ULONG UserTime;
}; } DUMMYSTRUCTNAME2;
} DUMMYUNIONNAME3; } DUMMYUNIONNAME3;
} EVENT_TRACE_HEADER, *PEVENT_TRACE_HEADER; } EVENT_TRACE_HEADER, *PEVENT_TRACE_HEADER;
...@@ -128,7 +128,7 @@ typedef struct _TRACE_LOGFILE_HEADER ...@@ -128,7 +128,7 @@ typedef struct _TRACE_LOGFILE_HEADER
ULONG PointerSize; ULONG PointerSize;
ULONG EventsLost; ULONG EventsLost;
ULONG CpuSpeedInMHZ; ULONG CpuSpeedInMHZ;
}; } DUMMYSTRUCTNAME;
} DUMMYUNIONNAME1; } DUMMYUNIONNAME1;
LPWSTR LoggerName; LPWSTR LoggerName;
LPWSTR LogFileName; LPWSTR LogFileName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment