diff options
author | Yang Tse <yangsita@gmail.com> | 2007-11-22 16:35:07 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-11-22 16:35:07 +0000 |
commit | d789097af0e1f9801ad3eaca5ff6445ce888859f (patch) | |
tree | ad31c4556875c185d8822c796635a076513655e8 /CHANGES | |
parent | 4bd2d49ca1d92ca5cd90ce91af97e389a410c973 (diff) |
Provide a socklen_t definition in curl.h for Win32 API build targets
which don't have one.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog +Yang Tse (22 Nov 2007) +- Provide a socklen_t definition in curl.h for Win32 API build targets + which don't have one. + Daniel S (22 Nov 2007) - Alessandro Vesely helped me improve the --data-urlencode's syntax, parser and documentation. |