mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 09:54:39 +08:00
evntprov.h: Remove extraneous typedef.
We don't actually typedef this struct in the declaration. Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Liu Hao <lh_mouse@126.com>
This commit is contained in:
parent
dc348cb1b4
commit
a1f21b55d8
@ -88,7 +88,7 @@ extern "C" {
|
||||
typedef const EVENT_DESCRIPTOR *PCEVENT_DESCRIPTOR;
|
||||
#endif
|
||||
|
||||
typedef struct _EVENT_FILTER_DESCRIPTOR {
|
||||
struct _EVENT_FILTER_DESCRIPTOR {
|
||||
ULONGLONG Ptr;
|
||||
ULONG Size;
|
||||
ULONG Type;
|
||||
|
Loading…
Reference in New Issue
Block a user