Module: wine Branch: stable Commit: aebb93355128c7fd442a028779745eb8b359bd03 URL: https://source.winehq.org/git/wine.git/?a=commit;h=aebb93355128c7fd442a02877... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Mon Aug 27 20:40:47 2018 -0600 shell32: Add library file icon. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit 3a8a1b1e24e4752d3acb9aa4db09d7e4d48cbe8c) Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- dlls/shell32/shell32.rc | 4 ++++ dlls/shell32/shresdef.h | 1 + 2 files changed, 5 insertions(+) diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 861a471..1ec22a1 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -589,6 +589,10 @@ IDI_SHELL_TEXT_FILE ICON resources/document.ico /* @makedep: resources/window.ico */ IDI_SHELL_BATCH_FILE ICON resources/window.ico +/* FIXME: Following resource is not yet added */ +/* @makedep: resources/document.ico */ +IDI_SHELL_LIBRARY_FILE ICON resources/document.ico + /* @makedep: resources/delete.ico */ IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 10015ee..9413ea8 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -240,6 +240,7 @@ #define IDI_SHELL_CONFIG_FILE 151 #define IDI_SHELL_TEXT_FILE 152 #define IDI_SHELL_BATCH_FILE 153 +#define IDI_SHELL_LIBRARY_FILE 154 #define IDI_SHELL_CONFIRM_DELETE 161 #define IDI_SHELL_DEFAULT_PRINTER 168 #define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169