corda/sgx-jvm/avian/openjdk-patches/Inet6AddressImpl.c.8.patch

18 lines
334 B
Diff
Raw Normal View History

--- openjdk/Inet6AddressImpl.c
+++ openjdk/Inet6AddressImpl.c
2016-01-13 15:14:22 +00:00
@@ -360,6 +360,13 @@
#ifdef AF_INET6
2016-01-13 15:14:22 +00:00
+#ifdef __MINGW32__
+typedef struct icmpv6_echo_reply_lh {
+ IPV6_ADDRESS_EX Address;
+ ULONG Status;
+ unsigned int RoundTripTime;
+} ICMPV6_ECHO_REPLY, *PICMPV6_ECHO_REPLY;
2016-01-13 15:14:22 +00:00
+#endif
/**
* ping implementation.