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:
Gé van Geldorp 2004-09-20 18:55:21 +00:00
parent dfd4f0156b
commit 6eb55219c8

View file

@ -68,6 +68,7 @@ struct {
{&CLSID_ShellLink, &IShellLink_Constructor},
{&CLSID_DragDropHelper, &IDropTargetHelper_Constructor},
{&CLSID_ControlPanel, &IControlPanel_Constructor},
{&CLSID_AutoComplete, &IAutoComplete_Constructor},
{NULL,NULL}
};