23 Aug
2021
23 Aug
'21
8:36 a.m.
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(a)codeweavers.com>