Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
webrtc: Use Win32 API directly for resolving host in case of UWP
GThreadedResolver contains some Windows APIs (belong to windns.h)
which are not allowed for UWP.
For the resolving purpose (i.e., getaddrinfo variants), however,
UWP application is allwed to use the WIN32 api.