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:
Gé van Geldorp 2003-12-14 21:07:54 +00:00
parent c8004d7823
commit f5d602de19
2 changed files with 2 additions and 2 deletions

View file

@ -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 */