Louis Lenders : shell32: Define 2 more avi resources.
Module: wine Branch: refs/heads/master Commit: 3d29c5ad77e5d7288b14fb08bead47756343c76b URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=3d29c5ad77e5d7288b14fb08... Author: Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> Date: Mon Apr 17 00:47:17 2006 +0100 shell32: Define 2 more avi resources. --- dlls/shell32/shres.rc | 6 ++++++ dlls/shell32/shresdef.h | 7 +++++++ 2 files changed, 13 insertions(+), 0 deletions(-) diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc index fcb7b3e..6b5f495 100644 --- a/dlls/shell32/shres.rc +++ b/dlls/shell32/shres.rc @@ -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 ------------------------*/ /* diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 896775a..37f69f1 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -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
participants (1)
-
Alexandre Julliard