mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
Merge back commits from winehq
Maxime Bellenge <maxime.bellenge@laposte.net> - Add the IAutoComplete and IAutoComplete2 implementation (but methods stubbed for now). svn path=/trunk/; revision=10947
This commit is contained in:
parent
dfd4f0156b
commit
6eb55219c8
1 changed files with 8 additions and 7 deletions
|
@ -68,6 +68,7 @@ struct {
|
|||
{&CLSID_ShellLink, &IShellLink_Constructor},
|
||||
{&CLSID_DragDropHelper, &IDropTargetHelper_Constructor},
|
||||
{&CLSID_ControlPanel, &IControlPanel_Constructor},
|
||||
{&CLSID_AutoComplete, &IAutoComplete_Constructor},
|
||||
{NULL,NULL}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue