From: Kruti Date: Mon, 19 Feb 2024 14:32:44 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.4.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6057078343bc803ff1614fc2039e31bec49bcf35;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/conf.h b/open-vm-tools/lib/include/conf.h index 8ca5bf86d..3778cf1c3 100644 --- a/open-vm-tools/lib/include/conf.h +++ b/open-vm-tools/lib/include/conf.h @@ -600,6 +600,13 @@ # define CONF_VMWARE_TOOLS_REGKEY_W WSTR(CONF_VMWARE_TOOLS_REGKEY) # define CONF_VMWARE_TOOLS_INSTPATH_KEY_W WSTR(CONF_VMWARE_TOOLS_INSTPATH_KEY) +# ifdef UNITY_FOR_VIEW +# define CONF_VMWARE_RDE_REGKEY "SOFTWARE\\VMware, Inc.\\VMware VDM\\RemoteExperienceAgent" +# define CONF_VMWARE_RDE_INSTPATH_KEY "InstallPath" + +# define CONF_VMWARE_RDE_REGKEY_W WSTR(CONF_VMWARE_RDE_REGKEY) +# define CONF_VMWARE_RDE_INSTPATH_KEY_W WSTR(CONF_VMWARE_RDE_INSTPATH_KEY) +# endif #endif /* Wait 5 seconds between polls to see if the conf file has changed */