Alex Henrie : shell32: Add defragment icon.

Alexandre Julliard julliard at winehq.org
Tue Aug 28 16:53:01 CDT 2018


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

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>

---

 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 af65307..9924083 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -685,6 +685,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 b401a39..2810028 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -254,6 +254,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