include: Do not separate control names.

This commit is contained in:
André Hentschel 2009-12-20 15:35:01 +01:00 committed by Alexandre Julliard
parent 255a1ebaad
commit 738e94506e
1 changed files with 2 additions and 2 deletions

View File

@ -5159,7 +5159,7 @@ static const WCHAR WC_EDITW[] = { 'E','d','i','t',0 };
#define WC_EDIT WINELIB_NAME_AW(WC_EDIT) #define WC_EDIT WINELIB_NAME_AW(WC_EDIT)
/************************************************************************** /**************************************************************************
* List box control * Listbox control
*/ */
#define WC_LISTBOXA "ListBox" #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) #define WC_LISTBOX WINELIB_NAME_AW(WC_LISTBOX)
/************************************************************************** /**************************************************************************
* Scroll bar control * Scrollbar control
*/ */
#define WC_SCROLLBARA "ScrollBar" #define WC_SCROLLBARA "ScrollBar"