Module: wine Branch: master Commit: 1cd138af46cd64e5bba96a66edf4905687ff35bf URL: https://source.winehq.org/git/wine.git/?a=commit;h=1cd138af46cd64e5bba96a66e... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Tue Aug 28 23:47:33 2018 -0600 shell32: Add "restricted" icon. Adapted from dialog-error in the Tango Icon Library. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/shell32/Makefile.in | 1 + dlls/shell32/resources/restricted.ico | Bin 0 -> 54521 bytes dlls/shell32/resources/restricted.svg | 581 ++++++++++++++++++++++++++++++++++ dlls/shell32/shell32.rc | 6 + dlls/shell32/shresdef.h | 2 + 5 files changed, 590 insertions(+) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1cd138af46cd64e5bba96...