So I was fixing my MingW environment to test and fix that issue with the
functions missing. In doing so, I came across the error previously
discussed that gettimeofday() is now suddently defined in the latest
versions of mingw, but wasn't before.
So I figured I'd have to fix that. Attached is a p
Magnus Hagander wrote:
> So I was fixing my MingW environment to test and fix that issue with the
> functions missing. In doing so, I came across the error previously
> discussed that gettimeofday() is now suddently defined in the latest
> versions of mingw, but wasn't before.
Is it just missing
Heikki Linnakangas wrote:
> Magnus Hagander wrote:
>> So I was fixing my MingW environment to test and fix that issue with the
>> functions missing. In doing so, I came across the error previously
>> discussed that gettimeofday() is now suddently defined in the latest
>> versions of mingw, but wasn
Am Montag, 29. Oktober 2007 schrieb Magnus Hagander:
> 1) does it look ok?
yes
> 2) is it ok to put checks for win32-only this way?
Well, the available replacement implementation only works on win32, so this is
about as correct as we should care to be at the moment.
--
Peter Eisentraut
http:/