Hans Leidekker hans@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.