RE: [gnet-dev] GNet 2.0 Win32 plan and multi-watch issue



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