shell32: Add unknown drive icon.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2018-08-26 22:20:55 -06:00 committed by Alexandre Julliard
parent 45227d13e6
commit ef5ad6a6e7
2 changed files with 5 additions and 0 deletions

View File

@ -584,6 +584,10 @@ IDI_SHELL_BLANK3 ICON resources/blank.ico
/* @makedep: resources/blank.ico */ /* @makedep: resources/blank.ico */
IDI_SHELL_BLANK4 ICON resources/blank.ico IDI_SHELL_BLANK4 ICON resources/blank.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/drive.ico */
IDI_SHELL_UNKNOWN_DRIVE ICON resources/drive.ico
/* @makedep: resources/trash_file.ico */ /* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico

View File

@ -222,6 +222,7 @@
#define IDI_SHELL_BLANK2 51 #define IDI_SHELL_BLANK2 51
#define IDI_SHELL_BLANK3 52 #define IDI_SHELL_BLANK3 52
#define IDI_SHELL_BLANK4 53 #define IDI_SHELL_BLANK4 53
#define IDI_SHELL_UNKNOWN_DRIVE 54
#define IDI_SHELL_REMOTE_PRINTER 140 #define IDI_SHELL_REMOTE_PRINTER 140
#define IDI_SHELL_TO_FILE_PRINTER 141 #define IDI_SHELL_TO_FILE_PRINTER 141
#define IDI_SHELL_TRASH_FILE 142 #define IDI_SHELL_TRASH_FILE 142