shell32: Define avi resource #164.

This commit is contained in:
Louis Lenders 2007-08-04 19:33:08 +01:00 committed by Alexandre Julliard
parent 73b8aaf62a
commit bd9f1fdded
2 changed files with 4 additions and 0 deletions

View File

@ -12401,6 +12401,9 @@ IDR_AVI_FINDCOMPUTER AVI searching.avi
/* BINRES filenuke.avi */
IDR_AVI_FILENUKE AVI searching.avi
/* BINRES filedelete.avi */
IDR_AVI_FILEDELETE AVI searching.avi
/*--------------------- END FIXME ------------------------*/
/*

View File

@ -154,5 +154,6 @@ FIXME: Need to add them, but for now just let them use the same: searching.avi
#define IDR_AVI_FILEMOVE 160
#define IDR_AVI_FILECOPY 161
#define IDR_AVI_FILENUKE 163
#define IDR_AVI_FILEDELETE 164
#endif