Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
5094cfa6
Commit
5094cfa6
authored
Mar 25, 2006
by
Louis. Lenders
Committed by
Alexandre Julliard
Mar 27, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add an uncompressed AVI displaying the word searching.
parent
480b6495
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
.gitignore
dlls/shell32/.gitignore
+1
-0
Makefile.in
dlls/shell32/Makefile.in
+1
-0
shres.rc
dlls/shell32/shres.rc
+0
-0
shresdef.h
dlls/shell32/shresdef.h
+2
-0
No files found.
dlls/shell32/.gitignore
View file @
5094cfa6
...
@@ -14,6 +14,7 @@ netdrive.ico
...
@@ -14,6 +14,7 @@ netdrive.ico
netdrive2.ico
netdrive2.ico
printer.ico
printer.ico
ramdisk.ico
ramdisk.ico
searching.avi
shortcut.ico
shortcut.ico
shres.res
shres.res
version16.res
version16.res
dlls/shell32/Makefile.in
View file @
5094cfa6
...
@@ -66,6 +66,7 @@ RC_BINARIES = \
...
@@ -66,6 +66,7 @@ RC_BINARIES = \
netdrive2.ico
\
netdrive2.ico
\
printer.ico
\
printer.ico
\
ramdisk.ico
\
ramdisk.ico
\
searching.avi
\
shortcut.ico
shortcut.ico
C_SRCS16
=
shell.c
C_SRCS16
=
shell.c
...
...
dlls/shell32/shres.rc
View file @
5094cfa6
This diff is collapsed.
Click to expand it.
dlls/shell32/shresdef.h
View file @
5094cfa6
...
@@ -119,4 +119,6 @@
...
@@ -119,4 +119,6 @@
#define IDI_SHELL_FONTS_FOLDER 39
#define IDI_SHELL_FONTS_FOLDER 39
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDR_AVI_SEARCHING 151
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment