mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
shell32: Define a few more icon resources.
This commit is contained in:
parent
efc8317bb2
commit
d14d772f80
2 changed files with 8 additions and 0 deletions
|
@ -732,6 +732,11 @@ IDI_SHELL_FOLDER_OPEN ICON folder_open.ico
|
|||
'00 00 C0 7F A0 9A E0 FF 00 00 FF FF 9A A0'
|
||||
} */
|
||||
|
||||
/* FIXME: Following three resources are not yet added */
|
||||
IDI_SHELL_FOLDER_OPEN_SMALL ICON folder_open.ico
|
||||
IDI_SHELL_FOLDER_OPEN_LARGE ICON folder_open.ico
|
||||
IDI_SHELL_FOLDER_SMALL_XP ICON folder_open.ico
|
||||
|
||||
/* BINRES floppy.ico */
|
||||
IDI_SHELL_FLOPPY ICON floppy.ico
|
||||
/* {
|
||||
|
|
|
@ -118,9 +118,12 @@
|
|||
#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
|
||||
|
|
Loading…
Reference in a new issue