From 1f4c704678a2b688ea04e0f580dc7cc184e1d04a Mon Sep 17 00:00:00 2001 From: Louis Lenders Date: Thu, 22 Mar 2007 09:16:54 +0000 Subject: [PATCH] shell32: Define avi resource #163. --- dlls/shell32/shres.rc | 3 +++ dlls/shell32/shresdef.h | 1 + 2 files changed, 4 insertions(+) diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc index d02b6b4d43a..5d8722e4764 100644 --- a/dlls/shell32/shres.rc +++ b/dlls/shell32/shres.rc @@ -12398,6 +12398,9 @@ IDR_AVI_FILECOPY AVI searching.avi /* BINRES findcomputer.avi */ IDR_AVI_FINDCOMPUTER AVI searching.avi +/* BINRES filenuke.avi */ +IDR_AVI_FILENUKE AVI searching.avi + /*--------------------- END FIXME ------------------------*/ /* diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index dfcd339a750..3619353ec8c 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -150,5 +150,6 @@ FIXME: Need to add them, but for now just let them use the same: searching.avi #define IDR_AVI_FINDCOMPUTER 152 #define IDR_AVI_FILEMOVE 160 #define IDR_AVI_FILECOPY 161 +#define IDR_AVI_FILENUKE 163 #endif -- 2.11.4.GIT