Alexandre Julliard : wine_common_ver: Set company name to Microsoft, some apps check for that.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 7 15:02:33 CST 2007


Module: wine
Branch: master
Commit: d7ea855a3ec5e81b9e502d68ed89a522abb0e77c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d7ea855a3ec5e81b9e502d68ed89a522abb0e77c

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Mar  7 21:33:44 2007 +0100

wine_common_ver: Set company name to Microsoft, some apps check for that.

---

 include/wine/wine_common_ver.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/wine/wine_common_ver.rc b/include/wine/wine_common_ver.rc
index 1d33705..e7be2fc 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




More information about the wine-cvs mailing list