commit | 4d413296d2fc480338ca493f6fb51fd7a84c51f7 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Aug 25 11:13:26 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Aug 25 11:13:26 2009 +0200 |
tree | 8dc17f5f3040e904fae3b3f368049729f649f1e4 | |
parent | f9c791f9ca6ecbf14cda12c1c946a48a53ba04f7 [diff] [blame] |
shell32: Move the IQueryAssociations implementation from shlwapi to shell32.
diff --git a/dlls/shell32/shellole.c b/dlls/shell32/shellole.c index 9e63c1e..4bb7ee4 100644 --- a/dlls/shell32/shellole.c +++ b/dlls/shell32/shellole.c
@@ -74,6 +74,7 @@ {&CLSID_FolderShortcut, FolderShortcut_Constructor}, {&CLSID_MyDocuments, MyDocuments_Constructor}, {&CLSID_RecycleBin, RecycleBin_Constructor}, + {&CLSID_QueryAssociations, QueryAssociations_Constructor}, {NULL,NULL} };