RE: [gnet-dev] GNet 2.0 Win32 plan and multi-watch issue
- From: martyn 2 russell bt com
- To: dhelder umich edu, Andrewlanoix aol com
- Cc: gnet-dev gnetlibrary org
- Subject: RE: [gnet-dev] GNet 2.0 Win32 plan and multi-watch issue
- Date: Thu, 15 May 2003 09:19:11 +0100
> > If anyone has any pressing issues with gnet 1.1.x on win32
> (other than
> > above) that need to be fixed let me know.
Currently I have to do this (below) with GNET v1.x on Windows, is this fixed
in v2.x?
#ifndef WIN32
hostname = gnet_inetaddr_get_host_name();
#endif
#ifdef WIN32
if((ch = gnet_tcp_socket_get_iochannel(ts)) == NULL)
#else
if((ch = gnet_tcp_socket_get_io_channel(ts)) == NULL)
#endif
Regards,
Martyn
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]