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...