mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
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
Block a user