curl-library
[PATCH] fix for Windows/MSVC build
From: Sergei Nikulov <sergey.nikulov_at_gmail.com>
Date: Wed, 12 Jun 2013 02:19:46 +0400
Received on 2013-06-12
Date: Wed, 12 Jun 2013 02:19:46 +0400
Hello developers,
I've found that tests on github master broken for MSVC.
This is old issue with gettimeofday which should be replaced with
tutil_tvnow() from test_utils.
Attached patch should solve this issue.
Pull request on github also submitted https://github.com/bagder/curl/pull/70
-- Best Regards, Sergei Nikulov
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- application/octet-stream attachment: tutil_tvnow.patch