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

Alexandre Julliard julliard at winehq.org
Thu Jan 26 13:02:28 CST 2017


Anton Romanov <theli.ua at gmail.com> writes:

> @@ -2227,6 +2227,7 @@ typedef struct tagCBTACTIVATESTRUCT
>  #define IDC_HAND           MAKEINTRESOURCE(32649)
>  #define IDC_APPSTARTING    MAKEINTRESOURCE(32650)
>  #define IDC_HELP           MAKEINTRESOURCE(32651)
> +#define IDC_SIZEALL_BIG    MAKEINTRESOURCE(32654)

There's no such definition in Windows.

> @@ -1011,6 +1011,7 @@
>  #define OCR_NO                 32648
>  #define OCR_HAND               32649
>  #define OCR_APPSTARTING        32650
> +#define OCR_SIZEALL_BIG        32654

This is already defined as OCR_RDR2DIM.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list