[RUNDLL32] Add an icon. Patch by Jared Smudde. CORE-10669

svn path=/trunk/; revision=70384
This commit is contained in:
Robert Naumann 2015-12-17 14:10:18 +00:00
parent d8fcc9875c
commit 647ded523c
3 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -3,3 +3,5 @@
#define RC_STRING_MAX_SIZE 200 #define RC_STRING_MAX_SIZE 200
#define IDS_DllNotLoaded 100 #define IDS_DllNotLoaded 100
#define IDS_MissingEntry 101 #define IDS_MissingEntry 101
#define IDI_MAIN 100

View file

@ -7,6 +7,8 @@
#define REACTOS_STR_ORIGINAL_FILENAME "rundll32.exe" #define REACTOS_STR_ORIGINAL_FILENAME "rundll32.exe"
#include <reactos/version.rc> #include <reactos/version.rc>
IDI_MAIN ICON "res/main.ico"
/* UTF-8 */ /* UTF-8 */
#pragma code_page(65001) #pragma code_page(65001)