Index: base/system/rundll32/resource.h =================================================================== --- base/system/rundll32/resource.h (revision 70282) +++ base/system/rundll32/resource.h (working copy) @@ -3,3 +3,5 @@ #define RC_STRING_MAX_SIZE 200 #define IDS_DllNotLoaded 100 #define IDS_MissingEntry 101 + +#define IDI_MAIN 100 Index: base/system/rundll32/rundll32.rc =================================================================== --- base/system/rundll32/rundll32.rc (revision 70282) +++ base/system/rundll32/rundll32.rc (working copy) @@ -7,6 +7,8 @@ #define REACTOS_STR_ORIGINAL_FILENAME "rundll32.exe" #include +IDI_MAIN ICON "res/main.ico" + /* UTF-8 */ #pragma code_page(65001)