[PATCH 2/5] user32: Add initial out of window procedure slots test

Piotr Caban piotr.caban at gmail.com
Wed Mar 9 06:52:36 CST 2016


On 03/09/16 01:57, Dmitry Timoshkov wrote:
> Piotr Caban <piotr at codeweavers.com> wrote:
>> +    memset(&wnd_classA, 0, sizeof(wnd_classA));
>> +    wnd_classA.lpszClassName = "winproc_test";
>> +    wnd_classA.lpfnWndProc = &winproc;
>
> Should be just "winproc" instead of "&winproc"

I've sent a fixed version.

Thanks,
Piotr




More information about the wine-devel mailing list