13 Nov
2006
13 Nov
'06
1:26 p.m.
Hans Leidekker <hans(a)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(a)winehq.org