Module: wine Branch: master Commit: 4d721de4d2e413787c5a11a50ca2478617ef4154 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4d721de4d2e413787c5a11a50c...
Author: Chris Robinson chris.kcat@gmail.com Date: Fri Nov 2 02:27:40 2007 -0700
setupapi: Add stub for SetupInstallServicesFromInfSectionW.
---
dlls/setupapi/install.c | 9 +++++++++ dlls/setupapi/setupapi.spec | 2 +- 2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/dlls/setupapi/install.c b/dlls/setupapi/install.c index 412b1fd..ad44640 100644 --- a/dlls/setupapi/install.c +++ b/dlls/setupapi/install.c @@ -1067,6 +1067,15 @@ void WINAPI InstallHinfSectionA( HWND hwnd, HINSTANCE handle, LPCSTR cmdline, IN }
/*********************************************************************** + * SetupInstallServicesFromInfSectionW (SETUPAPI.@) + */ +BOOL WINAPI SetupInstallServicesFromInfSectionW( HINF Inf, PCWSTR SectionName, DWORD Flags) +{ + FIXME("(%p, %s, %d) stub!\n", Inf, debugstr_w(SectionName), Flags); + return FALSE; +} + +/*********************************************************************** * SetupInstallServicesFromInfSectionA (SETUPAPI.@) */ BOOL WINAPI SetupInstallServicesFromInfSectionA( HINF Inf, PCSTR SectionName, DWORD Flags) diff --git a/dlls/setupapi/setupapi.spec b/dlls/setupapi/setupapi.spec index 7f64edf..328a23e 100644 --- a/dlls/setupapi/setupapi.spec +++ b/dlls/setupapi/setupapi.spec @@ -445,7 +445,7 @@ @ stdcall SetupInstallServicesFromInfSectionA(long str long) @ stub SetupInstallServicesFromInfSectionExA @ stub SetupInstallServicesFromInfSectionExW -@ stub SetupInstallServicesFromInfSectionW +@ stdcall SetupInstallServicesFromInfSectionW(long wstr long) @ stdcall SetupIterateCabinetA(str long ptr ptr) @ stdcall SetupIterateCabinetW(wstr long ptr ptr) @ stub SetupLogErrorA