[PATCH 1/7] comctl32/taskdialog: Add standard resources.

Nikolay Sivov nsivov at codeweavers.com
Thu May 17 04:11:39 CDT 2018



On 05/16/2018 07:14 PM, Zhiyi Zhang wrote:
> Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
> ---
>   dlls/comctl32/comctl32.h                   |  18 +
>   dlls/comctl32/comctl32.rc                  |  36 ++
>   dlls/comctl32/idb_td_downarrow_hovered.bmp | Bin 0 -> 322 bytes
>   dlls/comctl32/idb_td_downarrow_normal.bmp  | Bin 0 -> 322 bytes
>   dlls/comctl32/idb_td_downarrow_pressed.bmp | Bin 0 -> 322 bytes
>   dlls/comctl32/idb_td_uparrow_hovered.bmp   | Bin 0 -> 322 bytes
>   dlls/comctl32/idb_td_uparrow_normal.bmp    | Bin 0 -> 322 bytes
>   dlls/comctl32/idb_td_uparrow_pressed.bmp   | Bin 0 -> 322 bytes
>   dlls/comctl32/idi_td_error.ico             | Bin 0 -> 5430 bytes
>   dlls/comctl32/idi_td_error.svg             | 489 +++++++++++++++++++++
>   dlls/comctl32/idi_td_info.ico              | Bin 0 -> 5430 bytes
>   dlls/comctl32/idi_td_info.svg              | 385 ++++++++++++++++
>   dlls/comctl32/idi_td_shield.ico            | Bin 0 -> 5430 bytes
>   dlls/comctl32/idi_td_shield.svg            | 373 ++++++++++++++++
>   dlls/comctl32/idi_td_warning.ico           | Bin 0 -> 5430 bytes
>   dlls/comctl32/idi_td_warning.svg           | 415 +++++++++++++++++
>   16 files changed, 1716 insertions(+)
>   create mode 100644 dlls/comctl32/idb_td_downarrow_hovered.bmp
>   create mode 100644 dlls/comctl32/idb_td_downarrow_normal.bmp
>   create mode 100644 dlls/comctl32/idb_td_downarrow_pressed.bmp
>   create mode 100644 dlls/comctl32/idb_td_uparrow_hovered.bmp
>   create mode 100644 dlls/comctl32/idb_td_uparrow_normal.bmp
>   create mode 100644 dlls/comctl32/idb_td_uparrow_pressed.bmp
>   create mode 100644 dlls/comctl32/idi_td_error.ico
>   create mode 100644 dlls/comctl32/idi_td_error.svg
>   create mode 100644 dlls/comctl32/idi_td_info.ico
>   create mode 100644 dlls/comctl32/idi_td_info.svg
>   create mode 100644 dlls/comctl32/idi_td_shield.ico
>   create mode 100644 dlls/comctl32/idi_td_shield.svg
>   create mode 100644 dlls/comctl32/idi_td_warning.ico
>   create mode 100644 dlls/comctl32/idi_td_warning.svg
>
>

Can we load this from user32?



More information about the wine-devel mailing list