[PATCH 10/16] shell32: Add fax machine icons

Alex Henrie alexhenrie24 at gmail.com
Wed Aug 29 00:47:32 CDT 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 dlls/shell32/shell32.rc | 16 ++++++++++++++++
 dlls/shell32/shresdef.h |  5 +++++
 2 files changed, 21 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index ab4a0f2349..0f3fe439f4 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -766,6 +766,22 @@ IDI_SHELL_WEB_FOLDERS ICON resources/internet.ico
 /* @makedep: resources/security.ico */
 IDI_SHELL_PASSWORDS ICON resources/security.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/printer.ico */
+IDI_SHELL_FAX ICON resources/printer.ico
+
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/printer.ico */
+IDI_SHELL_DEFAULT_FAX ICON resources/printer.ico
+
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/printer.ico */
+IDI_SHELL_DEFAULT_NETWORK_FAX ICON resources/printer.ico
+
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/printer.ico */
+IDI_SHELL_NETWORK_FAX ICON resources/printer.ico
+
 /* FIXME: Following resource is not yet added */
 /* @makedep: resources/security.ico */
 IDI_SHELL_USERS ICON resources/security.ico
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 2b5bfbf58b..b0f0b2d0ee 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -280,6 +280,11 @@
 #define IDI_SHELL_FULL_RECYCLE_BIN_95      192
 #define IDI_SHELL_WEB_FOLDERS      193
 #define IDI_SHELL_PASSWORDS        194
+/* 195 not used on Windows */
+#define IDI_SHELL_FAX              196
+#define IDI_SHELL_DEFAULT_FAX      197
+#define IDI_SHELL_DEFAULT_NETWORK_FAX      198
+#define IDI_SHELL_NETWORK_FAX      199
 /* 211 - 219 not used on Windows */
 #define IDI_SHELL_USERS            220
 #define IDI_SHELL_MY_DOCUMENTS     235
-- 
2.18.0




More information about the wine-devel mailing list