On Thu, Aug 30, 2018 at 3:40 AM Alexandre Julliard <julliard(a)winehq.org> wrote:
Alex Henrie <alexhenrie24(a)gmail.com> writes:
Adapted from image-x-generic in the Tango Icon Library.
Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> --- dlls/shell32/Makefile.in | 1 + dlls/shell32/resources/image.ico | Bin 0 -> 39102 bytes dlls/shell32/resources/image.svg | 1008 ++++++++++++++++++++++++++++++ dlls/shell32/shell32.rc | 3 + dlls/shell32/shresdef.h | 1 + 5 files changed, 1013 insertions(+) create mode 100644 dlls/shell32/resources/image.ico create mode 100644 dlls/shell32/resources/image.svg
This one is missing the 256x256 icon.
Sorry about that, and thank you for rebasing and accepting all but two of the patches in this patchset. -Alex