aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index ad97c525..61e47899 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -197,4 +197,9 @@ typedef int MHD_pipe;
197typedef MHD_socket MHD_pipe; 197typedef MHD_socket MHD_pipe;
198#endif /* ! MHD_DONT_USE_PIPES */ 198#endif /* ! MHD_DONT_USE_PIPES */
199 199
200#if !defined(IPPROTO_IPV6) && defined(_MSC_FULL_VER) && _WIN32_WINNT >= 0x0501
201/* VC use IPPROTO_IPV6 as part of enum */
202#define IPPROTO_IPV6 IPPROTO_IPV6
203#endif
204
200#endif 205#endif