On 6/25/14, Martin Willi <[email protected]> wrote: > As the prefix indicates, this type belongs to fwpmtypes.h, where it is > aready > defined. > --- > mingw-w64-headers/include/fwptypes.h | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/mingw-w64-headers/include/fwptypes.h > b/mingw-w64-headers/include/fwptypes.h > index 36c8340..d495b67 100644 > --- a/mingw-w64-headers/include/fwptypes.h > +++ b/mingw-w64-headers/include/fwptypes.h > @@ -333,11 +333,6 @@ typedef struct FWP_CONDITION_VALUE0_ { > } __C89_NAMELESSUNIONNAME; > } FWP_CONDITION_VALUE0; > > -typedef struct FWPM_DISPLAY_DATA0_ { > - wchar_t *name; > - wchar_t *description; > -} FWPM_DISPLAY_DATA0; > - > #endif /* WINAPI_PARTITION_DESKTOP. */ > /* Begin additional prototypes for all interfaces */ > > -- > 1.9.1
The typedef really is in both headers. If this is applied, needs applying to v3.x too. But the header is generated from its *.idl, so the idl needs changing accordingly too. -- ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
