Re: setupapi: Add stub for SetupInstallServicesFromInfSectionW

2007-11-02 Thread Alexandre Julliard
Frank Richter [EMAIL PROTECTED] writes: Unless you ignore the A/W suffix. One could argue that this is more intuitive as you could locate an entry in the list by searching for the undecorated name and then look for the one with the appropriate suffix, which is at most one line away. If you

Re: setupapi: Add stub for SetupInstallServicesFromInfSectionW

2007-11-01 Thread Robert Shearman
Chris Robinson wrote: @ stdcall SetupInstallFromInfSectionA(long long str long long str long ptr ptr long ptr) @ stdcall SetupInstallFromInfSectionW(long long wstr long long wstr long ptr ptr long ptr) @ stdcall SetupInstallServicesFromInfSectionA(long str long) +@ stdcall

Re: setupapi: Add stub for SetupInstallServicesFromInfSectionW

2007-11-01 Thread Frank Richter
On 01.11.2007 14:26, Robert Shearman wrote: There's no need to move the entry for SetupInstallServicesFromInfSectionW. The list was sorted alphabetically, but now it isn't. Unless you ignore the A/W suffix. One could argue that this is more intuitive as you could locate an entry in the list