Alex Henrie : shell32: Add batch file icon.

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


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

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

shell32: Add batch file icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit c31f1ace26d1806ad268f7b332136c0ab806f519)
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 cc1eaf7..861a471 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -585,6 +585,10 @@ IDI_SHELL_CONFIG_FILE ICON resources/document.ico
 /* @makedep: resources/document.ico */
 IDI_SHELL_TEXT_FILE ICON resources/document.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/window.ico */
+IDI_SHELL_BATCH_FILE ICON resources/window.ico
+
 /* @makedep: resources/delete.ico */
 IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 60c0415..10015ee 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -239,6 +239,7 @@
 /* 149 - 150 not used on Windows */
 #define IDI_SHELL_CONFIG_FILE      151
 #define IDI_SHELL_TEXT_FILE        152
+#define IDI_SHELL_BATCH_FILE       153
 #define IDI_SHELL_CONFIRM_DELETE   161
 #define IDI_SHELL_DEFAULT_PRINTER  168
 #define IDI_SHELL_DEFAULT_REMOTE_PRINTER   169




More information about the wine-cvs mailing list