for what I changed:
26d25
<
42c41
< #define _WIN32_WINNT 0x0500
---
> #define _WIN32_WINNT 0x0501
71,72c70,71
< g_message (msg);
< OutputDebugString (msg);
---
> g_message (a);
> OutputDebugString (a);
131c130
< : gethostbyaddr (hostbuf, host.len, AF_INET);
---
> : gethostbyaddr (hostbuf, host->len, AF_INET);
153c152
< char *addr = ans->h_addr_list[i];
---
> unsigned char *addr = ans->h_addr_list[i];
172,173d170
<
< GIOChannel * channel = g_io_channel_unix_new (sockfd);
(Is there a better way to post the diffs?)
Thanks for all the efforts.
mike
_______________________________________________ Pan-users mailing list Pan-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/pan-users