[jumbo] Fixing collision between wtf ntohs and Windows ntohs
A recent change in blink added a dependency on services/network which indirectly use winsock2.h for htons a ntohs. Since blink uses its custom ntohs and htons for Windows, those clash. This changes so that blink also uses winsock2.h for htons, ntohs. Bug: 839982 Change-Id: I5bebce4e62227512da2c922dc41a564ce442f388 Reviewed-on: https://chromium-review.googlesource.com/1070973Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#561469}
Showing
Please register or sign in to comment