Add missing CreateTextServices() prototype

Francois Gouget fgouget at free.fr
Tue Feb 7 11:57:01 CST 2006


Changelog:

  * include/textserv.h

    Francois Gouget <fgouget at free.fr>
    Declare CreateTextServices() in textserv.h (reported by 
winapi_check).

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
The nice thing about meditation is that it makes doing nothing quite respectable
                                   -- Paul Dean
-------------- next part --------------
Index: include/textserv.h
===================================================================
RCS file: /home/wine/wine/include/textserv.h,v
retrieving revision 1.6
diff -u -p -r1.6 textserv.h
--- include/textserv.h	30 Jan 2006 18:46:27 -0000	1.6
+++ include/textserv.h	7 Feb 2006 16:44:06 -0000
@@ -420,6 +420,10 @@ DECLARE_INTERFACE_(ITextHost,IUnknown)
 
 #undef INTERFACE
 
+
+typedef HRESULT (WINAPI PCreateTextServices)(IUnknown*,ITextHost*,IUnknown**);
+PCreateTextServices CreateTextServices;
+
 #ifdef __cplusplus
 }
 #endif


More information about the wine-patches mailing list