diff --git a/include/textserv.h b/include/textserv.h index ffd9581d91..2d0876b2d2 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