A couple of shell32 stubs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



MDAC installer needs them it seems.

ChangeLog:
Add stubs for Control_FillCache_RunDLL ansi/unicode variants
Index: dlls/shell32/control.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/control.c,v
retrieving revision 1.12
diff -u -r1.12 control.c
--- dlls/shell32/control.c	13 Dec 2002 02:17:54 -0000	1.12
+++ dlls/shell32/control.c	13 Jun 2003 23:08:59 -0000
@@ -449,6 +449,26 @@
 }
 
 /*************************************************************************
+ * Control_FillCache_RunDLLW			[SHELL32.@]
+ *
+ */
+HRESULT WINAPI Control_FillCache_RunDLLW(HWND hWnd, HANDLE hModule, DWORD w, DWORD x)
+{
+    return Control_FillCache_RunDLL(hWnd, hModule, w, x);
+}
+
+/*************************************************************************
+ * Control_FillCache_RunDLLA			[SHELL32.@]
+ *
+ */
+HRESULT WINAPI Control_FillCache_RunDLLA(HWND hWnd, HANDLE hModule, DWORD w, DWORD x)
+{
+    return Control_FillCache_RunDLL(hWnd, hModule, w, x);
+}
+
+
+
+/*************************************************************************
  * RunDLL_CallEntry16				[SHELL32.122]
  * the name is probably wrong
  */
Index: dlls/shell32/shell32.spec
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell32.spec,v
retrieving revision 1.69
diff -u -r1.69 shell32.spec
--- dlls/shell32/shell32.spec	13 May 2003 22:20:13 -0000	1.69
+++ dlls/shell32/shell32.spec	13 Jun 2003 23:08:59 -0000
@@ -315,7 +315,7 @@
 @ stub Control_FillCache_RunDLLA
 @ stub Control_FillCache_RunDLLW
 @ stdcall Control_RunDLL(ptr ptr str long) Control_RunDLLA
-@ stdcall Control_RunDLLA(ptr ptr str long)
+@ stdcall Control_RunDLLA(ptr ptr str long) 
 @ stdcall Control_RunDLLW(ptr ptr wstr long)
 @ stdcall DllInstall(long wstr)SHELL32_DllInstall
 @ stdcall DoEnvironmentSubstA(str str)

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux