[PATCH] ntdll: on Solaris sysinfo() and 'struct sysinfo' differ from Linux

Dmitry Timoshkov dmitry at baikal.ru
Sun Oct 6 20:57:55 CDT 2019


Evgeny Litvinenko <evgeny.v.litvinenko at gmail.com> wrote:

> +#ifdef __sun
> +    LONG64 phys_pages;
> +#else
>  #ifdef HAVE_SYSINFO
>      struct sysinfo sinfo;
>  #endif
> +#endif /* __sun */

configure should be fixed instead of introducing new branches for every
not compatible architecture.

-- 
Dmitry.



More information about the wine-devel mailing list