mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 07:40:24 +08:00
fixed warning
svn path=/trunk/; revision=4947
This commit is contained in:
@@ -45,13 +45,13 @@ static LRESULT CALLBACK IconTitleWndProc( HWND hWnd, UINT msg, WPARAM wParam, LP
|
||||
*/
|
||||
const struct builtin_class_descr ICONTITLE_builtin_class =
|
||||
{
|
||||
"ICONTITLE_CLASS_ATOM", /* name */
|
||||
CS_GLOBALCLASS, /* style */
|
||||
NULL, /* procA (winproc is Unicode only) */
|
||||
IconTitleWndProc, /* procW */
|
||||
0, /* extra */
|
||||
(LPCSTR) IDC_ARROW, /* cursor */ /* FIXME Wine uses IDC_ARROWA */
|
||||
0 /* brush */
|
||||
"ICONTITLE_CLASS_ATOM", /* name */
|
||||
CS_GLOBALCLASS, /* style */
|
||||
NULL, /* procA (winproc is Unicode only) */
|
||||
(WNDPROC) IconTitleWndProc, /* procW */
|
||||
0, /* extra */
|
||||
(LPCSTR) IDC_ARROW, /* cursor */ /* FIXME Wine uses IDC_ARROWA */
|
||||
0 /* brush */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user