mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
9 lines
315 B
Python
9 lines
315 B
Python
2 extern IID_IRichEditOle
|
|
3 extern IID_IRichEditOleCallback
|
|
4 stdcall CreateTextServices(ptr ptr ptr)
|
|
5 extern IID_ITextServices
|
|
6 extern IID_ITextHost
|
|
7 extern IID_ITextHost2
|
|
8 stdcall REExtendedRegisterClass()
|
|
9 stdcall RichEdit10ANSIWndProc(ptr long long long)
|
|
10 stdcall RichEditANSIWndProc(ptr long long long)
|