diff options
author | Tanguy Fautre <tanguyf@aristechnologies.com> | 2010-05-20 22:40:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-05-20 22:40:48 +0200 |
commit | 81239edb89add9327d2b03105c9981d092e16ace (patch) | |
tree | 9453f1e5d90fe4cc390ed8a9e09ad50e1450e4b0 /CHANGES | |
parent | 22f3b01478246687386bfcaa97e07272c8868bf3 (diff) | |
download | curl-81239edb89add9327d2b03105c9981d092e16ace.tar.gz |
build: allow curl to build with Microsoft VC10
By undefing a bunch of E* defines that VC10 has started to define
but that we redefine internally to their WSA* alternatives when
building for Windows.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ Changelog +Daniel Stenberg (20 May 2010) +- Tanguy Fautre brought a fix to allow curl to build with Microsoft VC10. + Daniel Stenberg (18 May 2010) - Eric Mertens posted bug report #3003005 pointing out that the libcurl TFTP code was not sending the timeout option properly to the server, and |