msftedit: Export a few more IIDs.
This commit is contained in:
parent
3fa635f9dc
commit
0567e72c29
|
@ -1,9 +1,9 @@
|
||||||
2 extern IID_IRichEditOle
|
2 extern IID_IRichEditOle
|
||||||
3 extern IID_IRichEditOleCallback
|
3 extern IID_IRichEditOleCallback
|
||||||
4 stdcall CreateTextServices(ptr ptr ptr) riched20.CreateTextServices
|
4 stdcall CreateTextServices(ptr ptr ptr) riched20.CreateTextServices
|
||||||
5 stub IID_ITextServices
|
5 extern IID_ITextServices
|
||||||
6 stub IID_ITextHost
|
6 extern IID_ITextHost
|
||||||
7 stub IID_ITextHost2
|
7 extern IID_ITextHost2
|
||||||
8 stdcall REExtendedRegisterClass() riched20.REExtendedRegisterClass
|
8 stdcall REExtendedRegisterClass() riched20.REExtendedRegisterClass
|
||||||
9 stdcall RichEdit10ANSIWndProc(ptr long long long) riched20.RichEdit10ANSIWndProc
|
9 stdcall RichEdit10ANSIWndProc(ptr long long long) riched20.RichEdit10ANSIWndProc
|
||||||
10 stdcall RichEditANSIWndProc(ptr long long long) riched20.RichEditANSIWndProc
|
10 stdcall RichEditANSIWndProc(ptr long long long) riched20.RichEditANSIWndProc
|
||||||
|
|
|
@ -26,12 +26,17 @@
|
||||||
|
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
|
#include "winreg.h"
|
||||||
#include "wingdi.h"
|
#include "wingdi.h"
|
||||||
#include "winuser.h"
|
#include "winuser.h"
|
||||||
#include "wine/debug.h"
|
#include "richedit.h"
|
||||||
|
#include "imm.h"
|
||||||
#include "winreg.h"
|
|
||||||
#include "shlwapi.h"
|
#include "shlwapi.h"
|
||||||
|
#include "oleidl.h"
|
||||||
|
#include "initguid.h"
|
||||||
|
#include "textserv.h"
|
||||||
|
|
||||||
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msftedit);
|
WINE_DEFAULT_DEBUG_CHANNEL(msftedit);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue