commit | 81ba96379b034c15b2c75c9f409e7aced2d40cf7 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Tue Feb 07 21:18:02 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 07 21:18:02 2006 +0100 |
tree | 66e0f7a6296531c30a57ac281f038515f18f25e3 | |
parent | f8ed165609df0ed8b358611c148fb0008520aad7 [diff] [blame] |
textserv.h: Add missing CreateTextServices() prototype.
diff --git a/include/textserv.h b/include/textserv.h index ffd9581..2d0876b 100644 --- a/include/textserv.h +++ b/include/textserv.h
@@ -420,6 +420,10 @@ #undef INTERFACE +HRESULT WINAPI CreateTextServices(IUnknown*,ITextHost*,IUnknown**); + +typedef HRESULT (WINAPI *PCreateTextServices)(IUnknown*,ITextHost*,IUnknown**); + #ifdef __cplusplus } #endif