Alex Henrie : shell32: Add unknown drive icon.

Alexandre Julliard julliard at winehq.org
Thu Nov 29 15:09:32 CST 2018


Module: wine
Branch: stable
Commit: fc761b07af7d62d6b6340bf280715d7503aa7599
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=fc761b07af7d62d6b6340bf280715d7503aa7599

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Sun Aug 26 22:20:55 2018 -0600

shell32: Add unknown drive icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit ef5ad6a6e75eb7cea6eb99ded8b2c0efadf24fc5)
Signed-off-by: Michael Stefaniuc <mstefani at 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 7daa201..e3d3ad7 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -518,6 +518,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 ce5a10c..7149828 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -218,6 +218,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




More information about the wine-cvs mailing list