shell32: Add an uncompressed AVI displaying the word searching.

This commit is contained in:
Louis. Lenders 2006-03-25 11:21:55 +00:00 committed by Alexandre Julliard
parent 480b64950b
commit 5094cfa6eb
4 changed files with 1289 additions and 0 deletions

View File

@ -14,6 +14,7 @@ netdrive.ico
netdrive2.ico
printer.ico
ramdisk.ico
searching.avi
shortcut.ico
shres.res
version16.res

View File

@ -66,6 +66,7 @@ RC_BINARIES = \
netdrive2.ico \
printer.ico \
ramdisk.ico \
searching.avi \
shortcut.ico
C_SRCS16 = shell.c

File diff suppressed because it is too large Load Diff

View File

@ -119,4 +119,6 @@
#define IDI_SHELL_FONTS_FOLDER 39
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDR_AVI_SEARCHING 151
#endif