configure.in (G_LIBS_EXTRA) I think we can include <winsock2.h> and link
authorTor Lillqvist <tml@novell.com>
Sat, 5 Feb 2005 22:39:40 +0000 (22:39 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 5 Feb 2005 22:39:40 +0000 (22:39 +0000)
commit02ef59aeb79b9031dfecde7cb932fa8b63404837
tree2526e49f45457418a12bed60913bf0ba8dfc8566
parentfc67e936f8741ac27ada5947cac66cf8da7b553d
configure.in (G_LIBS_EXTRA) I think we can include <winsock2.h> and link

2005-02-05  Tor Lillqvist  <tml@novell.com>

* configure.in (G_LIBS_EXTRA)
* glib/giowin32.c: I think we can include <winsock2.h> and link
with -lws2_32. Only Windows 95 originally didn't have Winsock 2,
and it's available as an update for it. Not that we use any actual
Winsock 2 -only features, but still, simpler to link directly with
ws2_32.dll instead of going through wsock32.dll.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
configure.in
glib/giowin32.c