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

2006-11-13 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> writes: > Point taken on the precedence. FWIW, MSDN explicitly says that > SourceDisksNames > (and SourceDisksFiles) don't have nt prefixes: > > "Note that, unlike other sections such as a DDInstall section, the platform > extensions for a SourceDisksNames se

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

2006-11-13 Thread Hans Leidekker
On Monday 13 November 2006 14:26, Alexandre Julliard wrote: > > +if (!SetupFindFirstLineW( hinf, SourceDisksNames, source_id, context ) > > && > > +!SetupFindFirstLineW( hinf, SourceDisksNames_x86, source_id, > > context )) > > I believe x86 is supposed to take precedence. You may ha

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

2006-11-13 Thread Alexandre Julliard
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 pref