mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:33:36 +03:00
Gisle Vanem's IPv6-on-Windows patch applied!
This commit is contained in:
parent
7553341bad
commit
749f5387c1
20 changed files with 41 additions and 46 deletions
|
|
@ -21,14 +21,13 @@
|
|||
* $Id$
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include "timeval.h"
|
||||
|
||||
#ifndef HAVE_GETTIMEOFDAY
|
||||
|
||||
#ifdef WIN32
|
||||
#include <mmsystem.h>
|
||||
|
||||
int
|
||||
gettimeofday (struct timeval *tp, void *nothing)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue