msftedit: Fix CreateTextServices() forward

Francois Gouget fgouget at free.fr
Fri Feb 24 08:50:44 CST 2006


Changelog:

  * dlls/msftedit/msftedit.spec

    Francois Gouget <fgouget at free.fr>
    msftedit: Fix CreateTextServices() forward.

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
In theory, theory and practice are the same, but in practice they're different.
-------------- next part --------------
Index: dlls/msftedit/msftedit.spec
===================================================================
RCS file: /home/wine/wine/dlls/msftedit/msftedit.spec,v
retrieving revision 1.1
diff -u -p -r1.1 msftedit.spec
--- dlls/msftedit/msftedit.spec	22 Feb 2006 21:31:57 -0000	1.1
+++ dlls/msftedit/msftedit.spec	24 Feb 2006 10:57:03 -0000
@@ -1,6 +1,6 @@
 2 extern IID_IRichEditOle
 3 extern IID_IRichEditOleCallback
-4 stdcall CreateTextServices(ptr ptr ptr) riched32.CreateTextServices
+4 stdcall CreateTextServices(ptr ptr ptr) riched20.CreateTextServices
 5 stub IID_ITextServices
 6 stub IID_ITextHost
 7 stub IID_ITextHost2


More information about the wine-patches mailing list