user32: Implement IDI_SHIELD.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
22cfd58540
commit
c14a16b089
|
@ -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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 30 KiB |
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue