curl-library
Minor Change to make libcurl compatible with MSVC 2013 : fix provided
From: Torben Dannhauer <torben_at_dannhauer.info>
Date: Fri, 22 Nov 2013 09:54:33 +0100
Received on 2013-11-22
Date: Fri, 22 Nov 2013 09:54:33 +0100
Dear Devs,
I changed the source file async-ares.c to conditionally include stdint.h.
Without this modification, Visual Studio 2013 throws a lot of errors.
I added:
#if (_MSC_VER == 1800)
#include <stdint.h>
#endif
Please find attached the full modified file, bases in the current stable
release 7.33.0
I would be happy if this minor tweak could be incorporated soon intour
sources as it makes libcurl compatible with MSVC2013 .
Thanks,
Torben
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/plain attachment: asyn-ares.c