[resend] sxs: Implement SxsLookupClrGuid and add tests

Alexandre Julliard julliard at winehq.org
Tue Apr 9 04:20:25 CDT 2019


Fabian Maurer <dark.shadow4 at web.de> writes:

> +START_TEST(sxs)
> +{
> +    int argc;
> +    char **argv;
> +
> +    pSxsLookupClrGuid = (void *)GetProcAddress(LoadLibraryA("sxs.dll"), "SxsLookupClrGuid");

Is there a reason you are not linking to it directly?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list