Module: wine Branch: refs/heads/master Commit: 81ba96379b034c15b2c75c9f409e7aced2d40cf7 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=81ba96379b034c15b2c75c9f... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Feb 7 21:18:02 2006 +0100 textserv.h: Add missing CreateTextServices() prototype. --- include/textserv.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/textserv.h b/include/textserv.h index ffd9581..2d0876b 100644 --- a/include/textserv.h +++ b/include/textserv.h @@ -420,6 +420,10 @@ DECLARE_INTERFACE_(ITextHost,IUnknown) #undef INTERFACE +HRESULT WINAPI CreateTextServices(IUnknown*,ITextHost*,IUnknown**); + +typedef HRESULT (WINAPI *PCreateTextServices)(IUnknown*,ITextHost*,IUnknown**); + #ifdef __cplusplus } #endif