Module: wine Branch: master Commit: 4d413296d2fc480338ca493f6fb51fd7a84c51f7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4d413296d2fc480338ca493f6f...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Aug 25 11:13:26 2009 +0200
shell32: Move the IQueryAssociations implementation from shlwapi to shell32.
---
dlls/shell32/Makefile.in | 3 +- dlls/shell32/assoc.c | 712 ++++++++++++++++++++++++++++++++++++++++++ dlls/shell32/shell32_main.h | 1 + dlls/shell32/shellole.c | 1 + dlls/shlwapi/assoc.c | 713 +------------------------------------------ 5 files changed, 725 insertions(+), 705 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4d413296d2fc480338ca49...