diff options
author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2010-04-26 22:04:10 +0100 |
---|---|---|
committer | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2010-04-28 20:56:19 +0100 |
commit | 70aab459aa2df8f13b828a06976969ba83612f36 (patch) | |
tree | 44bc212b00ca8cbdcc2751bd48534ee274318445 /src/commit.c | |
parent | e272b10388ebc4b7ed9fe2b42dd46e367193c218 (diff) | |
download | libgit2-70aab459aa2df8f13b828a06976969ba83612f36.tar.gz |
win32: Remove wsock32 from the list of libraries to link
Commit 5dddf7c (Add block-sha1 in favour of the mozilla routines
2010-04-14) introduced the "bswap.h" header file which, for x86
or x86-64 machines, provides a "sane" implementation of ntohl()
and htonl().
The wsock32 library, on the msvc and MinGW build, is only included
in the link to supply the ntohl()/htonl() routines. Since we now
have a built-in implementation, we can remove the wsock32 library
from the link.
[This will break a Windows build on a non-intel machine]
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Diffstat (limited to 'src/commit.c')
0 files changed, 0 insertions, 0 deletions