Windows: Fix implementation of lws_plat_inet_ntop()
authorPatrick Gansterer <paroga@paroga.com>
Tue, 15 Apr 2014 16:45:48 +0000 (18:45 +0200)
committerPatrick Gansterer <paroga@paroga.com>
Tue, 15 Apr 2014 16:45:48 +0000 (18:45 +0200)
commitc11b847fa835eacab725824d130795b663a8e31f
treeb4f1f930fffc50af84740cc1f3fe9120c58539a0
parentfb9dc57068b5b197c6232e23405a39046df4cf89
Windows: Fix implementation of lws_plat_inet_ntop()

We need to pass a sockaddr_in6 struct to WSAAddressToString() to have a
working implementation for IPV6. Also use the WideChar version to allow
compilation on Windows CE too.
lib/lws-plat-win.c