On Sun, Aug 31, 2008 at 2:07 PM, janderwald@svn.reactos.org wrote:
#define REACTOS_STR_ORIGINAL_FILENAME "netshell.dll\0" #define REACTOS_STR_PRODUCT_VERSION "5.1.2600.3264\0" #define REACTOS_STR_FILE_VERSION "5.1.2600.3264\0" +#define REACTOS_STR_COMPANY_NAME "Microsoft Corporation"
Is there an application that actually depends on the string "Microsoft Corporation" here? If not then you need to remove it otherwise someone will think your ripping Microsoft's code.