From: Oliver Kurth Date: Fri, 26 Oct 2018 17:44:58 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools X-Git-Tag: stable-11.0.0~366 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a2feba8c1f0ff420df3ccf0839c89700cecd71;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools --- diff --git a/open-vm-tools/lib/include/ghIntegrationCommon.h b/open-vm-tools/lib/include/ghIntegrationCommon.h index 1d5a900e3..b3d9be738 100644 --- a/open-vm-tools/lib/include/ghIntegrationCommon.h +++ b/open-vm-tools/lib/include/ghIntegrationCommon.h @@ -104,6 +104,7 @@ typedef uint32 GHIGuestToHostMessageType; #define GHI_GUEST_DND_NOTIFY_BLOCKROOT (GHI_CHANNEL_DND_BITS | 0x000003) #define GHI_GUEST_DND_TRANSFERFILES_PROGRESS (GHI_CHANNEL_DND_BITS | 0x000004) #define GHI_GUEST_DND_GETFILE_OVERWRITE_QUESTION (GHI_CHANNEL_DND_BITS | 0x000005) +#define GHI_GUEST_DND_CAPABILITY (GHI_CHANNEL_DND_BITS | 0x000006) #endif // ifndef _GHINTEGRATIONCOMMON_H_