et to #DEFINE HAVE_GETTIMEOFDAY in
> config-win32.h. Let me know what you think.
> Derek Burdick
> - Original Message -
> From: "James Yonan"
> To: "Derek Burdick" ;
>
> Sent: Tuesday, April 27, 2004 12:48 PM
> Subject: Re: [Openvpn-devel] Windows and
Here is the function. Don't forget to #DEFINE HAVE_GETTIMEOFDAY in
config-win32.h. Let me know what you think.
Derek Burdick
- Original Message -
From: "James Yonan"
To: "Derek Burdick" ;
Sent: Tuesday, April 27, 2004 12:48 PM
Subject: Re: [Openvpn-devel] Win
Derek Burdick said:
> I was browsing the online CVS repository and noticed the
> config-win32.h.in says that HAVE_GETTIMEOFDAY is specified in misc.c. When
> I look in misc.c, I don't see the file. Is the latest version just not
> checked in? I also implemented a gettimeofday for windows.
I was greping the wrong directory. I found the windows implementation of
gettimeofday in otime.c, contrary to the config-win32.h. Thanks!
Derek Burdick
- Original Message -
From: "Derek Burdick"
To:
Sent: Saturday, April 24, 2004 1:46 AM
Subject: [Openvpn-devel] Windows
I was browsing the online CVS repository and noticed the
config-win32.h.in says that HAVE_GETTIMEOFDAY is specified in misc.c. When
I look in misc.c, I don't see the file. Is the latest version just not
checked in? I also implemented a gettimeofday for windows. It is based on
QueryPerforman