shell32: Define 2 more avi resources.
This commit is contained in:
parent
8d6b9aa63a
commit
3d29c5ad77
|
@ -11841,6 +11841,12 @@ IDR_AVI_SEARCHING AVI searching.avi
|
|||
'00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
|
||||
} */
|
||||
|
||||
/* BINRES search.avi */
|
||||
IDR_AVI_SEARCH AVI searching.avi
|
||||
|
||||
/* BINRES filecopy.avi */
|
||||
IDR_AVI_FILECOPY AVI searching.avi
|
||||
|
||||
/*--------------------- END FIXME ------------------------*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -119,6 +119,13 @@
|
|||
#define IDI_SHELL_FONTS_FOLDER 39
|
||||
#define IDI_SHELL_MY_DOCUMENTS 235
|
||||
|
||||
/*
|
||||
AVI resources, windows shell32 has 14 of them: 150-152 and 160-170
|
||||
FIXME: Need to add them, but for now just let them use the same: searching.avi
|
||||
(also to limit shell32's size)
|
||||
*/
|
||||
#define IDR_AVI_SEARCH 150
|
||||
#define IDR_AVI_SEARCHING 151
|
||||
#define IDR_AVI_FILECOPY 161
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue