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:
Danny Smith 2004-08-01 04:29:31 +00:00 committed by Danny Smith
parent 6b3b5f0517
commit 5b5662eea7
5 changed files with 14 additions and 3 deletions

View file

@ -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