shell32: define a few more icon resources

Louis. Lenders xerox_xerox2000 at yahoo.co.uk
Thu Nov 16 03:50:50 CST 2006


Skipped content of type multipart/alternative-------------- next part --------------
diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc
index c9757dd..cd464bc 100644
--- a/dlls/shell32/shres.rc
+++ b/dlls/shell32/shres.rc
@@ -732,6 +732,16 @@ IDI_SHELL_FOLDER_OPEN ICON folder_open.i
  '00 00 C0 7F A0 9A E0 FF 00 00 FF FF 9A A0'
 } */
 
+/* FIXME: Following three resources are not yet added */
+/* BINRES folder_open_small.ico */
+IDI_SHELL_FOLDER_OPEN_SMALL ICON folder_open.ico
+
+/* BINRES folder_open_large */
+IDI_SHELL_FOLDER_OPEN_LARGE ICON folder_open.ico
+
+/* BINRES folder_small_xp.ico */
+IDI_SHELL_FOLDER_SMALL_XP ICON folder_open.ico
+
 /* BINRES floppy.ico */
 IDI_SHELL_FLOPPY ICON floppy.ico
 /* {
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index ab475eb..eafd650 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -118,9 +118,12 @@ #define IDI_SHELL_MY_COMPUTER       16
 #define IDI_SHELL_PRINTER           17
 #define IDI_SHELL_MY_NETWORK_PLACES 18
 #define IDI_SHELL_COMPUTERS_NEAR_ME 19
+#define IDI_SHELL_FOLDER_SMALL_XP   20
 #define IDI_SHELL_SEARCH            23
 #define IDI_SHELL_HELP              24
+#define IDI_SHELL_FOLDER_OPEN_LARGE 29
 #define IDI_SHELL_SHORTCUT          30
+#define IDI_SHELL_FOLDER_OPEN_SMALL 31
 #define IDI_SHELL_EMPTY_RECYCLE_BIN 32
 #define IDI_SHELL_FULL_RECYCLE_BIN  33
 #define IDI_SHELL_DESKTOP           35


More information about the wine-patches mailing list