Skip to content

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.

cc: @nirbheek @ystreet

Merge request reports