mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[RUNDLL32] Add an icon. Patch by Jared Smudde. CORE-10669
svn path=/trunk/; revision=70384
This commit is contained in:
parent
d8fcc9875c
commit
647ded523c
3 changed files with 4 additions and 0 deletions
BIN
reactos/base/system/rundll32/res/main.ico
Normal file
BIN
reactos/base/system/rundll32/res/main.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -3,3 +3,5 @@
|
|||
#define RC_STRING_MAX_SIZE 200
|
||||
#define IDS_DllNotLoaded 100
|
||||
#define IDS_MissingEntry 101
|
||||
|
||||
#define IDI_MAIN 100
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
#define REACTOS_STR_ORIGINAL_FILENAME "rundll32.exe"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
IDI_MAIN ICON "res/main.ico"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
|
|
Loading…
Reference in a new issue