* include/winsock2.h (SIO_UDP_CONNRESET): Define.
This commit is contained in:
parent
c916158551
commit
108b037ea3
|
@ -1,3 +1,7 @@
|
|||
2011-07-29 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/winsock2.h (SIO_UDP_CONNRESET): Define.
|
||||
|
||||
2011-05-22 Chris Sutcliffe <ir0nh34d@users.sf.net>
|
||||
|
||||
* include/wingdi.h (GCP_RESULTSW): Correct defintion.
|
||||
|
|
|
@ -1139,6 +1139,7 @@ typedef struct _WSACOMPLETION {
|
|||
#define SIO_ADDRESS_LIST_CHANGE _WSAIO(IOC_WS2,23)
|
||||
#define SIO_QUERY_TARGET_PNP_HANDLE _WSAIOR(IOC_WS2,24)
|
||||
#define SIO_NSP_NOTIFY_CHANGE _WSAIOW(IOC_WS2,25)
|
||||
#define SIO_UDP_CONNRESET _WSAIOW(IOC_VENDOR,12)
|
||||
|
||||
#define TH_NETDEV 0x00000001
|
||||
#define TH_TAPI 0x00000002
|
||||
|
|
Loading…
Reference in New Issue