Ian Abbott <[EMAIL PROTECTED]> writes:

> On Wed, 29 May 2002 05:14:14 +0200, Hrvoje Niksic <[EMAIL PROTECTED]> wrote:
>
>>Wget 1.8.2, a bugfix release of Wget, has been released, and is now
>>available from the GNU ftp site:
>>
>>    ftp://ftp.gnu.org/pub/gnu/wget/wget-1.8.2.tar.gz
>
> This is a bit late,

Sorry it didn't make it in.  I guess we could publish it on the web
site, so that people who wish to compile 1.8.2 with Borland C++ can do
so.  Heiko's "Wget on Windows" page is another good place to link to
this patch.

> +# ifdef NO_ANONYMOUS_STRUCT
> +  wt->wintime.u.HighPart = ft.dwHighDateTime;
> +  wt->wintime.u.LowPart  = ft.dwLowDateTime;
> +# else
>    wt->wintime.HighPart = ft.dwHighDateTime;
>    wt->wintime.LowPart  = ft.dwLowDateTime;
> +# endif

Isn't anonymous struct a C++ feature?  (I'm only guessing here.)
Would wt->wintime.u.HighPart work under both compilers?  I'm just
asking as someone who would like to see the number of #ifdefs decrease
rather than increase.

Reply via email to