textserv.h: Add missing CreateTextServices() prototype.
This commit is contained in:
parent
f8ed165609
commit
81ba96379b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue