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
{
ULONG ClientContext;
ULONG Flags;
};
} DUMMYSTRUCTNAME1;
struct
{
ULONG KernelTime;
ULONG UserTime;
};
} DUMMYSTRUCTNAME2;
} DUMMYUNIONNAME3;
} EVENT_TRACE_HEADER, *PEVENT_TRACE_HEADER;
......@@ -128,7 +128,7 @@ typedef struct _TRACE_LOGFILE_HEADER
ULONG PointerSize;
ULONG EventsLost;
ULONG CpuSpeedInMHZ;
};
} DUMMYSTRUCTNAME;
} DUMMYUNIONNAME1;
LPWSTR LoggerName;
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