On 6/25/14, Martin Willi <[email protected]> wrote: > Balances the #ifdef definition and fixes preprocessing the header. > --- > mingw-w64-headers/include/iketypes.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/mingw-w64-headers/include/iketypes.h > b/mingw-w64-headers/include/iketypes.h > index 1abee3d..8a27ff3 100644 > --- a/mingw-w64-headers/include/iketypes.h > +++ b/mingw-w64-headers/include/iketypes.h > @@ -212,7 +212,6 @@ typedef struct IKEEXT_PRESHARED_KEY_AUTHENTICATION1__ { > FWP_BYTE_BLOB presharedKey; > UINT32 flags; > } IKEEXT_PRESHARED_KEY_AUTHENTICATION1; > -#endif > > typedef struct IKEEXT_CERTIFICATE_AUTHENTICATION0_ { > IKEEXT_CERT_CONFIG_TYPE inboundConfigType; > -- > 1.9.1
Seems correct and needs applying to v3.x too. The header is generated from its *.idl though, and the idl needs fixing accordingly. -- ------------------------------------------------------------------------------ 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
