configure.in [...] (SYSTEMSPEC): Remove -lwsock32.
* configure.in [host *mingw*] (SYSTEMSPEC): Remove -lwsock32. * configure. Regenerate. * include/win32.h: Explicitly include winsock2.h * win32.cc (_Jv_platform_initialize): Require version 2.2 of Winsock api. From-SVN: r85401
This commit is contained in:
parent
6b3b5f0517
commit
5b5662eea7
5 changed files with 14 additions and 3 deletions
|
@ -22,6 +22,8 @@ details. */
|
|||
|
||||
// Includes
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
// Force Winsock 2 interface.
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#undef WIN32_LEAN_AND_MEAN
|
||||
#undef STRICT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue