Andrew Nguyen : setupapi: Stub the SetupDiDestroyClassImageList function.

Alexandre Julliard julliard at winehq.org
Tue Dec 30 06:57:02 CST 2008


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

Author: Andrew Nguyen <arethusa26 at gmail.com>
Date:   Mon Dec 29 11:43:08 2008 -0600

setupapi: Stub the SetupDiDestroyClassImageList function.

---

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

diff --git a/dlls/setupapi/setupapi.spec b/dlls/setupapi/setupapi.spec
index 2d06200..7fa536f 100644
--- a/dlls/setupapi/setupapi.spec
+++ b/dlls/setupapi/setupapi.spec
@@ -297,7 +297,7 @@
 @ stub SetupDiDeleteDeviceInterfaceData
 @ stdcall SetupDiDeleteDeviceInterfaceRegKey(ptr ptr long)
 @ stub SetupDiDeleteDeviceRegKey
-@ stub SetupDiDestroyClassImageList
+@ stdcall SetupDiDestroyClassImageList(ptr)
 @ stdcall SetupDiDestroyDeviceInfoList(long)
 @ stub SetupDiDestroyDriverInfoList
 @ stub SetupDiDrawMiniIcon
diff --git a/dlls/setupapi/stubs.c b/dlls/setupapi/stubs.c
index e4defc5..8571ba7 100644
--- a/dlls/setupapi/stubs.c
+++ b/dlls/setupapi/stubs.c
@@ -211,6 +211,15 @@ BOOL WINAPI SetupDiGetINFClassW(PCWSTR inf, LPGUID class_guid, PWSTR class_name,
 }
 
 /***********************************************************************
+ *      SetupDiDestroyClassImageList (SETUPAPI.@)
+ */
+BOOL WINAPI SetupDiDestroyClassImageList(PSP_CLASSIMAGELIST_DATA ClassListImageData)
+{
+    FIXME("(%p) stub\n", ClassListImageData);
+    return TRUE;
+}
+
+/***********************************************************************
  *      SetupPromptForDiskA (SETUPAPI.@)
  */
 UINT WINAPI SetupPromptForDiskA(HWND hwndParent, PCSTR DialogTitle, PCSTR DiskName,




More information about the wine-cvs mailing list