André Hentschel : include: Do not separate control names.
Module: wine Branch: master Commit: 738e94506ed1ed1320864f8fff701bf0702229ec URL: http://source.winehq.org/git/wine.git/?a=commit;h=738e94506ed1ed1320864f8fff... Author: André Hentschel <nerv(a)dawncrow.de> Date: Sun Dec 20 15:35:01 2009 +0100 include: Do not separate control names. --- include/commctrl.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/commctrl.h b/include/commctrl.h index b88d694..27bd745 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -5159,7 +5159,7 @@ static const WCHAR WC_EDITW[] = { 'E','d','i','t',0 }; #define WC_EDIT WINELIB_NAME_AW(WC_EDIT) /************************************************************************** - * List box control + * Listbox control */ #define WC_LISTBOXA "ListBox" @@ -5173,7 +5173,7 @@ static const WCHAR WC_LISTBOXW[] = { 'L','i','s','t','B','o','x',0 }; #define WC_LISTBOX WINELIB_NAME_AW(WC_LISTBOX) /************************************************************************** - * Scroll bar control + * Scrollbar control */ #define WC_SCROLLBARA "ScrollBar"
participants (1)
-
Alexandre Julliard