a few more stubs to sti.dll

Eric Pouech eric.pouech at wanadoo.fr
Sat Jan 11 12:23:12 CST 2003


A+
-- 
Eric Pouech
-------------- next part --------------
Name:          sti
ChangeLog:     added a few more stubs
License:       X11
GenDate:       2003/01/11 18:22:27 UTC
ModifiedFiles: dlls/sti/sti.spec dlls/sti/sti_main.c
AddedFiles:    
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/dlls/sti/sti.spec,v
retrieving revision 1.5
diff -u -u -r1.5 sti.spec
--- dlls/sti/sti.spec	21 Jun 2002 19:15:49 -0000	1.5
+++ dlls/sti/sti.spec	11 Jan 2003 17:33:40 -0000
@@ -3,5 +3,5 @@
 @ stub DllRegisterServer
 @ stub DllUnregisterServer
 @ stdcall StiCreateInstance(ptr long ptr ptr) StiCreateInstance
-@ stub StiCreateInstanceA
-@ stub StiCreateInstanceW
+@ stdcall StiCreateInstanceA(ptr long ptr ptr) StiCreateInstanceA
+@ stdcall StiCreateInstanceW(ptr long ptr ptr) StiCreateInstanceW
Index: dlls/sti/sti_main.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/dlls/sti/sti_main.c,v
retrieving revision 1.2
diff -u -u -r1.2 sti_main.c
--- dlls/sti/sti_main.c	13 Jun 2002 23:57:26 -0000	1.2
+++ dlls/sti/sti_main.c	11 Jan 2003 17:33:57 -0000
@@ -26,3 +26,20 @@
 {
     return STG_E_UNIMPLEMENTEDFUNCTION;
 }
+
+/******************************************************************************
+ *           StiCreateInstanceA   (STI.@)
+ */
+HRESULT WINAPI StiCreateInstanceA( HINSTANCE a, DWORD b, LPVOID c, LPVOID d)
+{
+    return STG_E_UNIMPLEMENTEDFUNCTION;
+}
+
+/******************************************************************************
+ *           StiCreateInstanceW   (STI.@)
+ */
+HRESULT WINAPI StiCreateInstanceW( HINSTANCE a, DWORD b, LPVOID c, LPVOID d)
+{
+    return STG_E_UNIMPLEMENTEDFUNCTION;
+}
+


More information about the wine-patches mailing list