include: Do not separate control names.
This commit is contained in:
parent
255a1ebaad
commit
738e94506e
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue