msftedit: Export a few more IIDs.
authorAlexandre Julliard <julliard@winehq.org>
Thu, 1 May 2008 12:44:08 +0000 (14:44 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 1 May 2008 12:44:08 +0000 (14:44 +0200)
dlls/msftedit/msftedit.spec
dlls/msftedit/msftedit_main.c

index 6f0e9e277f31d9df7ed57d7f57d6e87fe153d954..0dd878d585a25bb4d6a0e426670997f8fe57a14f 100644 (file)
@@ -1,9 +1,9 @@
 2 extern IID_IRichEditOle
 3 extern IID_IRichEditOleCallback
 4 stdcall CreateTextServices(ptr ptr ptr) riched20.CreateTextServices
-5 stub IID_ITextServices
-6 stub IID_ITextHost
-7 stub IID_ITextHost2
+5 extern IID_ITextServices
+6 extern IID_ITextHost
+7 extern IID_ITextHost2
 8 stdcall REExtendedRegisterClass() riched20.REExtendedRegisterClass
 9 stdcall RichEdit10ANSIWndProc(ptr long long long) riched20.RichEdit10ANSIWndProc
 10 stdcall RichEditANSIWndProc(ptr long long long) riched20.RichEditANSIWndProc
index 7fcb6ee9d67fd26868319f4cebff339256bcba9f..58a8b606109d8f3a78fc6653b8da324c3f562c54 100644 (file)
 
 #include "windef.h"
 #include "winbase.h"
+#include "winreg.h"
 #include "wingdi.h"
 #include "winuser.h"
-#include "wine/debug.h"
-
-#include "winreg.h"
+#include "richedit.h"
+#include "imm.h"
 #include "shlwapi.h"
+#include "oleidl.h"
+#include "initguid.h"
+#include "textserv.h"
+
+#include "wine/debug.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(msftedit);