shell32: define avi resource #164

Louis. Lenders xerox_xerox2000 at yahoo.co.uk
Sat Aug 4 13:33:08 CDT 2007


Skipped content of type multipart/alternative-------------- next part --------------
diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc
index 5d8722e..a4ac724 100644
--- a/dlls/shell32/shres.rc
+++ b/dlls/shell32/shres.rc
@@ -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 ------------------------*/
 
 /*
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 1e5c76f..3c76d05 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -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


More information about the wine-patches mailing list