[PATCH] user32:add SIZEALL_BIG cursor, reusing SIZEALL resource Fixes bug#42303

Anton Romanov theli.ua at gmail.com
Thu Jan 26 14:45:09 CST 2017


On Thu, Jan 26, 2017 at 11:02 AM, Alexandre Julliard
<julliard at winehq.org> wrote:
> Anton Romanov <theli.ua at gmail.com> writes:
>> +#define IDC_SIZEALL_BIG    MAKEINTRESOURCE(32654)
>
> There's no such definition in Windows.
Well, there is definitely cursor with ID 32654 in native user32.dll
http://imgur.com/a/egVkt  but I couldn't find it being referenced in
documentation. And there is at least 1 app that crashes with it
absent.
If this is not the right way to add it to user32.dll, please advice on
a better one.



More information about the wine-devel mailing list