shell32: Add files icon.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alex Henrie 2018-08-26 22:20:56 -06:00 committed by Alexandre Julliard
parent ef5ad6a6e7
commit c47178a50d
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -223,6 +223,8 @@
#define IDI_SHELL_BLANK3 52
#define IDI_SHELL_BLANK4 53
#define IDI_SHELL_UNKNOWN_DRIVE 54
/* 55 - 132 not used on Windows */
#define IDI_SHELL_FILES 133
#define IDI_SHELL_REMOTE_PRINTER 140
#define IDI_SHELL_TO_FILE_PRINTER 141
#define IDI_SHELL_TRASH_FILE 142