Alex Henrie : shell32: Add defragment icon.

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


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Mon Aug 27 20:40:55 2018 -0600

shell32: Add defragment icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit ffa4ce525805f956889c0ef6735995ac73c3a326)
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 b97e384..8fb069e 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -619,6 +619,10 @@ IDI_SHELL_BACKUP ICON resources/copy.ico
 /* @makedep: resources/drive.ico */
 IDI_SHELL_DISK_CHECK ICON resources/drive.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/drive.ico */
+IDI_SHELL_DEFRAGMENT ICON resources/drive.ico
+
 /* @makedep: resources/favorites.ico */
 IDI_SHELL_FAVORITES_FOLDER ICON resources/favorites.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 3567d24..92e2266 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -250,6 +250,7 @@
 /* 162 - 164 not used on Windows */
 #define IDI_SHELL_BACKUP           165
 #define IDI_SHELL_DISK_CHECK       166
+#define IDI_SHELL_DEFRAGMENT       167
 #define IDI_SHELL_DEFAULT_PRINTER  168
 #define IDI_SHELL_DEFAULT_REMOTE_PRINTER   169
 #define IDI_SHELL_DEFAULT_TO_FILE_PRINTER  170




More information about the wine-cvs mailing list