Alex Henrie : shell32: Add zip drive icon.

Alexandre Julliard julliard at winehq.org
Thu Aug 30 16:34:42 CDT 2018


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Wed Aug 29 23:37:46 2018 -0600

shell32: Add zip drive icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/shell32.rc | 8 ++++++++
 dlls/shell32/shresdef.h | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 69465da..251d1f0 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -818,6 +818,10 @@ IDI_SHELL_MUSIC_CD_95 ICON resources/optical_disc.ico
 /* @makedep: resources/disk_drive.ico */
 IDI_SHELL_CARD_READER ICON resources/disk_drive.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/disk_drive.ico */
+IDI_SHELL_ZIP_DRIVE ICON resources/disk_drive.ico
+
 /* @makedep: resources/mydocs.ico */
 IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico
 
@@ -918,6 +922,10 @@ IDI_SHELL_OPTICAL_DISC ICON resources/optical_disc.ico
 IDI_SHELL_DVD_ROM ICON resources/optical_disc.ico
 
 /* FIXME: Following resource is not yet added */
+/* @makedep: resources/disk_drive.ico */
+IDI_SHELL_ZIP_DRIVE2 ICON resources/disk_drive.ico
+
+/* FIXME: Following resource is not yet added */
 /* @makedep: resources/optical_disc.ico */
 IDI_SHELL_DVD_RW ICON resources/optical_disc.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index c21d849..cf18347 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -297,6 +297,7 @@
 #define IDI_SHELL_AUDIO_FILE       225
 #define IDI_SHELL_MUSIC_CD_95      228
 #define IDI_SHELL_CARD_READER      229
+#define IDI_SHELL_ZIP_DRIVE        230
 #define IDI_SHELL_MY_DOCUMENTS     235
 #define IDI_SHELL_MY_PICTURES      236
 #define IDI_SHELL_MY_MUSIC         237
@@ -323,6 +324,7 @@
 #define IDI_SHELL_DVD_R            298
 #define IDI_SHELL_OPTICAL_DISC     302
 #define IDI_SHELL_DVD_ROM          304
+#define IDI_SHELL_ZIP_DRIVE2       313
 #define IDI_SHELL_DVD_RW           318
 #define IDI_SHELL_NEW_FOLDER       319
 #define IDI_SHELL_BURN_DISC2       320




More information about the wine-cvs mailing list