On 9/16/21 10:54 AM, Alexandre Julliard wrote:
Rémi Bernon rbernon@codeweavers.com writes:
@@ -319,7 +323,7 @@ static NTSTATUS unix_device_set_feature_report(void *args) return STATUS_SUCCESS; }
-const unixlib_entry_t __wine_unix_call_funcs[] = +const unix_entry_point __wine_unix_call_funcs[] =
If it's not a proper entry point table for __wine_unix_call(), I'd suggest changing its name to avoid confusion. Of course it will all have to be changed back later...
Yes it was only temporary, as with the WINAPI declspec additions.
Let's just ignore that last patch then I'll resend it later with the conversion to the new unixlib interface.