Commit 738e9450 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

include: Do not separate control names.

parent 255a1eba
...@@ -5159,7 +5159,7 @@ static const WCHAR WC_EDITW[] = { 'E','d','i','t',0 }; ...@@ -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 }; ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment