Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
c14a16b0
Commit
c14a16b0
authored
Oct 19, 2017
by
Alex Henrie
Committed by
Alexandre Julliard
Oct 19, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Implement IDI_SHIELD.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
22cfd585
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
0 deletions
+3
-0
Makefile.in
dlls/user32/Makefile.in
+1
-0
oic_shield.ico
dlls/user32/resources/oic_shield.ico
+0
-0
oic_shield.svg
dlls/user32/resources/oic_shield.svg
+0
-0
user32.rc
dlls/user32/user32.rc
+2
-0
No files found.
dlls/user32/Makefile.in
View file @
c14a16b0
...
...
@@ -74,4 +74,5 @@ SVG_SRCS = \
resources/oic_note.svg
\
resources/oic_ques.svg
\
resources/oic_sample.svg
\
resources/oic_shield.svg
\
resources/oic_winlogo.svg
dlls/user32/resources/oic_shield.ico
0 → 100644
View file @
c14a16b0
33.7 KB
dlls/user32/resources/oic_shield.svg
0 → 100644
View file @
c14a16b0
This diff is collapsed.
Click to expand it.
dlls/user32/user32.rc
View file @
c14a16b0
...
...
@@ -317,6 +317,8 @@ OIC_NOTE ICON resources/oic_note.ico
/* @makedep: resources/oic_winlogo.ico */
OIC_WINLOGO ICON resources/oic_winlogo.ico
/* @makedep: resources/oic_shield.ico */
OIC_SHIELD ICON resources/oic_shield.ico
/****************************************************************/
/* Version */
...
...
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