Module: wine Branch: master Commit: 3cce9ad9c6ff25de8c5f3efc2f5394f24beef32a URL: http://source.winehq.org/git/wine.git/?a=commit;h=3cce9ad9c6ff25de8c5f3efc2f... Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Tue Sep 2 13:58:01 2008 -0500 shell32: Move SHAppBarMessage implementation from shell32 to explorer. --- dlls/shell32/Makefile.in | 1 + dlls/shell32/appbar.c | 122 ++++++++++++++++++++++++ dlls/shell32/shell32_main.c | 55 ----------- programs/explorer/Makefile.in | 1 + programs/explorer/appbar.c | 169 ++++++++++++++++++++++++++++++++++ programs/explorer/desktop.c | 1 + programs/explorer/explorer_private.h | 1 + 7 files changed, 295 insertions(+), 55 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3cce9ad9c6ff25de8c5f3e...