mirror of
https://github.com/corda/corda.git
synced 2025-01-28 15:14:48 +00:00
9bb3d6b972
git-subtree-dir: sgx-jvm/avian git-subtree-mainline: f978eab8d134c88f88ff67e49458a771c32351db git-subtree-split: 09e4fe60d01f4f4bfb6b2976973bb4913ef61edc
18 lines
334 B
Diff
18 lines
334 B
Diff
--- openjdk/Inet6AddressImpl.c
|
|
+++ openjdk/Inet6AddressImpl.c
|
|
@@ -360,6 +360,13 @@
|
|
|
|
#ifdef AF_INET6
|
|
|
|
+#ifdef __MINGW32__
|
|
+typedef struct icmpv6_echo_reply_lh {
|
|
+ IPV6_ADDRESS_EX Address;
|
|
+ ULONG Status;
|
|
+ unsigned int RoundTripTime;
|
|
+} ICMPV6_ECHO_REPLY, *PICMPV6_ECHO_REPLY;
|
|
+#endif
|
|
|
|
/**
|
|
* ping implementation.
|
|
|