Windows: fix MinGW

MinGW's headers are missing a definition for SIO_BASE_HANDLE
This commit is contained in:
Bert Belder 2012-05-05 00:05:36 +02:00
parent 4365896921
commit 1d24c76df7

View File

@ -43,11 +43,15 @@
#endif
#ifndef IPV6_V6ONLY
#define IPV6_V6ONLY 27
# define IPV6_V6ONLY 27
#endif
#ifndef IPV6_HOPLIMIT
#define IPV6_HOPLIMIT 21
# define IPV6_HOPLIMIT 21
#endif
#ifndef SIO_BASE_HANDLE
# define SIO_BASE_HANDLE 0x48000022
#endif
/*