textserv.h: Add missing CreateTextServices() prototype.

oldstable
Francois Gouget 2006-02-07 21:18:02 +01:00 committed by Alexandre Julliard
parent f8ed165609
commit 81ba96379b
1 changed files with 4 additions and 0 deletions

View File

@ -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