From 5590c8d1593a88ee307f5e913c2cb7d8d65e9906 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 11 May 2005 15:57:44 +0000 Subject: [PATCH] Added a few missing structure names. --- include/evntrace.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/evntrace.h b/include/evntrace.h index f2a96e00940..90d9255efe5 100644 --- a/include/evntrace.h +++ b/include/evntrace.h @@ -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;