Feature Request #1873922

Add project and solution files for Visual Studio 2008
This commit is contained in:
Eran Hammer-Lahav
2008-01-17 18:07:39 +00:00
parent 549d2751b1
commit 19dca2aa79
85 changed files with 26345 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ public:
sw.stop();
_success += HTTPResponse::HTTP_OK == res.getStatus() ? 1 : 0;
if (_cookies) res.getCookies(cookies);
usec = sw.elapsed();
usec = int(sw.elapsed());
if (_verbose)
{