0
Files
src/net
wez@chromium.org db5b1fbad3 Avoid loading ws2_32.dll just to get htons() and friends.
Chrome does not load ws2_32.dll into the renderer sandbox, so code calling these functions would fail attempting to load the DLL.  This CL replaces the calls with direct use of the MSVC byte-swap intrinsics.

BUG=115477,116591
TEST=Chromoting client does not crash on connect on Windows.


Review URL: http://codereview.chromium.org/9614004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125110 0039d316-1c4b-4281-b951-d872f2087c98
2012-03-06 04:34:24 +00:00
..
2012-01-28 03:09:44 +00:00