setupapi: Add stub for SetupInstallServicesFromInfSectionW

Robert Shearman rob at codeweavers.com
Thu Nov 1 08:26:24 CDT 2007


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 SetupInstallServicesFromInfSectionW(long wstr long)
>  @ stub SetupInstallServicesFromInfSectionExA
>  @ stub SetupInstallServicesFromInfSectionExW
> -@ stub SetupInstallServicesFromInfSectionW
>  @ stdcall SetupIterateCabinetA(str long ptr ptr)
>  @ stdcall SetupIterateCabinetW(wstr long ptr ptr)
>  @ stub SetupLogErrorA
>   

There's no need to move the entry for 
SetupInstallServicesFromInfSectionW. The list was sorted alphabetically, 
but now it isn't.

-- 
Rob Shearman




More information about the wine-devel mailing list