Index: subsystems/mvdm/wow16/user/CMakeLists.txt =================================================================== --- subsystems/mvdm/wow16/user/CMakeLists.txt (revision 75148) +++ subsystems/mvdm/wow16/user/CMakeLists.txt (working copy) @@ -1,5 +1,5 @@ -add_executable(user user.c) +add_executable(user user.c user.rc) set_module_type(user win32gui ENTRYPOINT mainCRTStartup) add_importlibs(user msvcrt kernel32) add_cd_file(TARGET user DESTINATION reactos/system32 FOR all) Index: subsystems/mvdm/wow16/user/user.rc =================================================================== --- subsystems/mvdm/wow16/user/user.rc (nonexistent) +++ subsystems/mvdm/wow16/user/user.rc (working copy) @@ -0,0 +1,4 @@ +#define REACTOS_STR_FILE_DESCRIPTION "ReactOS WOW16 User-interface stub" +#define REACTOS_STR_INTERNAL_NAME "user" +#define REACTOS_STR_ORIGINAL_FILENAME "user.exe" +#include