Commit 81ba9637 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

textserv.h: Add missing CreateTextServices() prototype.

parent f8ed1656
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment