[PATCH 7/7] winebus.sys: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Thu Sep 16 03:54:28 CDT 2021


Rémi Bernon <rbernon at 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...

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list