setupapi: Implement SetupGetSourceFileLocation{A,W}. 1/5

Alexandre Julliard julliard at winehq.org
Mon Nov 13 07:26:02 CST 2006


Hans Leidekker <hans at it.vu.nl> writes:

> +    if (!SetupFindFirstLineW( hinf, SourceDisksNames, source_id, context ) &&
> +        !SetupFindFirstLineW( hinf, SourceDisksNames_x86, source_id, context ))

I believe x86 is supposed to take precedence. You may have to support
nt and ntx86 prefixes too.

> +@ stdcall SetupGetSourceFileLocationA(ptr ptr str ptr ptr long)
> +@ stdcall SetupGetSourceFileLocationW(ptr ptr wstr ptr ptr long)

This doesn't match the prototype.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list