Hans Leidekker <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]


Reply via email to