Vincent Povirk : shell32: Move SHAppBarMessage implementation from shell32 to explorer.

Alexandre Julliard julliard at winehq.org
Thu Sep 4 08:27:11 CDT 2008


Module: wine
Branch: master
Commit: 3cce9ad9c6ff25de8c5f3efc2f5394f24beef32a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3cce9ad9c6ff25de8c5f3efc2f5394f24beef32a

Author: Vincent Povirk <vincent at 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=3cce9ad9c6ff25de8c5f3efc2f5394f24beef32a



More information about the wine-cvs mailing list