ntdll : Do not error out on AMD-64 architecture when compiling win64.

Dmitry Timoshkov dmitry at codeweavers.com
Thu Apr 24 23:36:47 CDT 2008


"Erik de Castro Lopo" <mle+win at mega-nerd.com> wrote:

> +#if WINE_IS_WIN64
> +    if (nt->FileHeader.Machine == IMAGE_FILE_MACHINE_AMD64)
> +        MESSAGE("Support for AMD-64 architecture in progress but not yet working\n");
> +    else
> +#endif

What's the point of this?

-- 
Dmitry.



More information about the wine-devel mailing list