Hi,
> The header is generated from its *.idl though, and the idl needs
> fixing accordingly.
Sorry, missed that. The two follow-up commits should fix the associated *.idl
files as well.
Thanks,
Martin
PS: Please CC me in any reply, I'm not subscribed to the list.
-
After removing it from the header file, remove the definition from the
generating .idl file as well.
---
mingw-w64-headers/include/fwptypes.idl | 7 ---
1 file changed, 7 deletions(-)
diff --git a/mingw-w64-headers/include/fwptypes.idl
b/mingw-w64-headers/include/fwptypes.idl
index e3cbee5..
After removing it from the header file, remove the #endif quote from the
generating .idl file as well.
---
mingw-w64-headers/include/iketypes.idl | 1 -
1 file changed, 1 deletion(-)
diff --git a/mingw-w64-headers/include/iketypes.idl
b/mingw-w64-headers/include/iketypes.idl
index 4dba312..86adf
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/
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/m
Compared to the original headers all values are off by one.
---
mingw-w64-headers/include/ipsectypes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw-w64-headers/include/ipsectypes.h
b/mingw-w64-headers/include/ipsectypes.h
index e01b47b..969a9b8 100644
--- a/mingw-w64-
Compared to the original headers all values are off by one.
---
mingw-w64-headers/include/ipsectypes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw-w64-headers/include/ipsectypes.h
b/mingw-w64-headers/include/ipsectypes.h
index 969a9b8..1eb4abe 100644
--- a/mingw-w64-
---
mingw-w64-headers/include/netioapi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw-w64-headers/include/netioapi.h
b/mingw-w64-headers/include/netioapi.h
index ac92a7f..95f7f99 100644
--- a/mingw-w64-headers/include/netioapi.h
+++ b/mingw-w64-headers/include/netioap
Hi,
We successfully ported the strongSwan IPsec solution to the Windows
platform using the MinGW-W64 toolchain. Many thanks to the MinGW-W64
developers for bringing GCC to Windows and making this port possible.
For those interested, some early additional information is available
at [1]. There are