Hans Leidekker : setupapi: Add a stub implementation for InstallCatalog.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 19 08:17:46 CDT 2007


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

Author: Hans Leidekker <hans at it.vu.nl>
Date:   Mon Mar 19 12:01:19 2007 +0100

setupapi: Add a stub implementation for InstallCatalog.

---

 dlls/setupapi/misc.c        |    9 +++++++++
 dlls/setupapi/setupapi.spec |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/dlls/setupapi/misc.c b/dlls/setupapi/misc.c
index 0e9dbd1..4689647 100644
--- a/dlls/setupapi/misc.c
+++ b/dlls/setupapi/misc.c
@@ -966,3 +966,12 @@ BOOL WINAPI SetupCopyOEMInfW( PCWSTR source, PCWSTR location,
 
     return ret;
 }
+
+/***********************************************************************
+ *      InstallCatalog  (SETUPAPI.@)
+ */
+DWORD InstallCatalog( LPCSTR catalog, LPCSTR basename, LPSTR fullname )
+{
+    FIXME("%s, %s, %p\n", debugstr_a(catalog), debugstr_a(basename), fullname);
+    return 0;
+}
diff --git a/dlls/setupapi/setupapi.spec b/dlls/setupapi/setupapi.spec
index 92261d5..c44d1d0 100644
--- a/dlls/setupapi/setupapi.spec
+++ b/dlls/setupapi/setupapi.spec
@@ -208,7 +208,7 @@
 @ stub GetSetFileTimestamp
 @ stub GetVersionInfoFromImage
 @ stub InfIsFromOemLocation
-@ stub InstallCatalog
+@ stdcall InstallCatalog(str str ptr)
 @ stdcall InstallHinfSection(long long str long) InstallHinfSectionA
 @ stdcall InstallHinfSectionA(long long str long)
 @ stdcall InstallHinfSectionW(long long wstr long)




More information about the wine-cvs mailing list