[PATCH v2 4/7] winebus.sys: Introduce a new unixlib interface.

Rémi Bernon rbernon at codeweavers.com
Mon Aug 23 03:36:36 CDT 2021


On 8/23/21 9:55 AM, Rémi Bernon wrote:
> +extern const unixlib_entry_t *__wine_unix_call_funcs DECLSPEC_HIDDEN;
> +
> +static NTSTATUS winebus_call(unsigned int code, void *args)
> +{
> +    return __wine_unix_call_funcs[code]( args );
> +}
> +
Sorry, this is broken. I was so sure it worked, but it needs 
__wine_unix_call_funcs[] instead or it gets initialized to a NULL 
pointer (!?). I'll resend.
-- 
Rémi Bernon <rbernon at codeweavers.com>



More information about the wine-devel mailing list