Commit 3d29c5ad authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

shell32: Define 2 more avi resources.

parent 8d6b9aa6
...@@ -11841,6 +11841,12 @@ IDR_AVI_SEARCHING AVI searching.avi ...@@ -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' '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 ------------------------*/ /*--------------------- END FIXME ------------------------*/
/* /*
......
...@@ -119,6 +119,13 @@ ...@@ -119,6 +119,13 @@
#define IDI_SHELL_FONTS_FOLDER 39 #define IDI_SHELL_FONTS_FOLDER 39
#define IDI_SHELL_MY_DOCUMENTS 235 #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_SEARCHING 151
#define IDR_AVI_FILECOPY 161
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment