[PATCH 08/20] shell32: Add unknown drive icon

Alex Henrie alexhenrie24 at gmail.com
Sun Aug 26 23:20:55 CDT 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 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 8889fcf004..431492a63a 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -584,6 +584,10 @@ IDI_SHELL_BLANK3 ICON resources/blank.ico
 /* @makedep: 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 */
 IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index cbbdd7128b..446eee8e78 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -222,6 +222,7 @@
 #define IDI_SHELL_BLANK2            51
 #define IDI_SHELL_BLANK3            52
 #define IDI_SHELL_BLANK4            53
+#define IDI_SHELL_UNKNOWN_DRIVE     54
 #define IDI_SHELL_REMOTE_PRINTER   140
 #define IDI_SHELL_TO_FILE_PRINTER  141
 #define IDI_SHELL_TRASH_FILE       142
-- 
2.18.0




More information about the wine-devel mailing list