We don't actually typedef this struct in the declaration.
Signed-off-by: Zebediah Figura <[email protected]>
---
mingw-w64-headers/include/evntprov.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw-w64-headers/include/evntprov.h
b/mingw-w64-headers/include/evntprov.h
index ae4bafa9..87f4eecb 100644
--- a/mingw-w64-headers/include/evntprov.h
+++ b/mingw-w64-headers/include/evntprov.h
@@ -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;
--
2.19.2
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public