natPlainDatagramSocket.cc: include ws2tcpip.h for definition of IP_TOS.
2002-09-07 Adam Megacz <adam@xwt.org> * java/net/natPlainDatagramSocket.cc: include ws2tcpip.h for definition of IP_TOS. From-SVN: r56918
This commit is contained in:
parent
8bd06267cf
commit
3a357ad127
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-09-07 Adam Megacz <adam@xwt.org>
|
||||
|
||||
* java/net/natPlainDatagramSocket.cc: include ws2tcpip.h for
|
||||
definition of IP_TOS.
|
||||
|
||||
2002-09-04 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/net/DatagramSocket.java
|
||||
|
|
|
@ -13,6 +13,7 @@ details. */
|
|||
#ifdef WIN32
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <ws2tcpip.h>
|
||||
#ifndef ENOPROTOOPT
|
||||
#define ENOPROTOOPT 109
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue