Louis Lenders : setupapi: Add stub for SetupInstallServicesFromInfSectionA.

Alexandre Julliard julliard at winehq.org
Mon Oct 22 09:55:20 CDT 2007


Module: wine
Branch: master
Commit: 1c7891f86e419b64b8a55605d37e5f29d14bd078
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1c7891f86e419b64b8a55605d37e5f29d14bd078

Author: Louis Lenders <xerox_xerox2000 at yahoo.co.uk>
Date:   Sat Oct 20 15:23:01 2007 +0100

setupapi: Add stub for SetupInstallServicesFromInfSectionA.

---

 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 f11ace4..412b1fd 100644
--- a/dlls/setupapi/install.c
+++ b/dlls/setupapi/install.c
@@ -1065,3 +1065,12 @@ void WINAPI InstallHinfSectionA( HWND hwnd, HINSTANCE handle, LPCSTR cmdline, IN
         RtlFreeUnicodeString( &cmdlineW );
     }
 }
+
+/***********************************************************************
+ *              SetupInstallServicesFromInfSectionA  (SETUPAPI.@)
+ */
+BOOL WINAPI SetupInstallServicesFromInfSectionA( HINF Inf, PCSTR SectionName, DWORD Flags)
+{
+    FIXME("(%p, %s, %d) stub!\n", Inf, debugstr_a(SectionName), Flags);
+    return FALSE;
+}
diff --git a/dlls/setupapi/setupapi.spec b/dlls/setupapi/setupapi.spec
index 8f5d78c..7f64edf 100644
--- a/dlls/setupapi/setupapi.spec
+++ b/dlls/setupapi/setupapi.spec
@@ -442,7 +442,7 @@
 @ stdcall SetupInstallFilesFromInfSectionW(long long long wstr wstr long)
 @ 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)
-@ stub SetupInstallServicesFromInfSectionA
+@ stdcall SetupInstallServicesFromInfSectionA(long str long)
 @ stub SetupInstallServicesFromInfSectionExA
 @ stub SetupInstallServicesFromInfSectionExW
 @ stub SetupInstallServicesFromInfSectionW




More information about the wine-cvs mailing list