Module: wine Branch: master Commit: a7f8195be946abf19976195b93b9ab5736f4d4c5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a7f8195be946abf19976195b93...
Author: Francois Gouget fgouget@free.fr Date: Wed Nov 8 01:19:02 2006 +0100
include: The PSDK does not have the A/W variants of MAKEINTATOM() so we should not either.
---
dlls/comctl32/theming.c | 8 ++++---- dlls/user/class.c | 2 +- dlls/user/controls.h | 12 +++++------- dlls/user/desktop.c | 2 +- dlls/user/dialog.c | 4 ++-- dlls/user/dialog16.c | 2 +- dlls/user/icontitle.c | 6 +++--- dlls/user/menu.c | 4 ++-- dlls/user/spy.c | 2 +- dlls/user/tests/win.c | 2 +- dlls/uxtheme/draw.c | 4 ++-- dlls/uxtheme/system.c | 10 +++++----- include/winbase.h | 9 ++++++--- include/winuser.h | 4 +--- programs/explorer/desktop.c | 2 +- 15 files changed, 36 insertions(+), 37 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a7f8195be946abf1997619...