From 3d29c5ad77e5d7288b14fb08bead47756343c76b Mon Sep 17 00:00:00 2001 From: Louis Lenders Date: Mon, 17 Apr 2006 00:47:17 +0100 Subject: [PATCH] shell32: Define 2 more avi resources. --- dlls/shell32/shres.rc | 6 ++++++ dlls/shell32/shresdef.h | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc index fcb7b3ef131..6b5f4953a34 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 896775a51fc..37f69f19b06 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 -- 2.11.4.GIT