mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 21:52:59 +00:00
Reverse WndProcA and WndProcW, our order is the reverse of the order in
Wine (we should change it) svn path=/trunk/; revision=7062
This commit is contained in:
parent
c8004d7823
commit
f5d602de19
2 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ const struct builtin_class_descr COMBO_builtin_class =
|
|||
{
|
||||
L"ComboBox", /* name */
|
||||
CS_GLOBALCLASS | CS_PARENTDC | CS_DBLCLKS, /* style */
|
||||
(WNDPROC) ComboWndProcA, /* procA */
|
||||
(WNDPROC) ComboWndProcW, /* procW */
|
||||
(WNDPROC) ComboWndProcA, /* procA */
|
||||
sizeof(HEADCOMBO *), /* extra */
|
||||
(LPCWSTR) IDC_ARROW, /* cursor */
|
||||
0 /* brush */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue