From d7ea855a3ec5e81b9e502d68ed89a522abb0e77c Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 7 Mar 2007 21:33:44 +0100 Subject: [PATCH] wine_common_ver: Set company name to Microsoft, some apps check for that. --- include/wine/wine_common_ver.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wine/wine_common_ver.rc b/include/wine/wine_common_ver.rc index 1d33705ba8..e7be2fc529 100644 --- a/include/wine/wine_common_ver.rc +++ b/include/wine/wine_common_ver.rc @@ -80,7 +80,7 @@ FILESUBTYPE WINE_FILESUBTYPE { BLOCK "040904E4" /* LANG_ENGLISH/SUBLANG_DEFAULT, CP 1252 */ { - VALUE "CompanyName", "Wine Team" + VALUE "CompanyName", "Microsoft Corporation" /* GameGuard depends on this */ VALUE "FileDescription", WINE_FILEDESCRIPTION_STR VALUE "FileVersion", WINE_FILEVERSION_STR VALUE "InternalName", WINE_FILENAME -- 2.32.0.93.g670b81a890