9 Apr
2019
9 Apr
'19
9:20 a.m.
Fabian Maurer <dark.shadow4(a)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(a)winehq.org