]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools
authorOliver Kurth <okurth@vmware.com>
Fri, 26 Oct 2018 17:44:58 +0000 (10:44 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 26 Oct 2018 17:44:58 +0000 (10:44 -0700)
open-vm-tools/lib/include/ghIntegrationCommon.h

index 1d5a900e3d26dc45456962f841f1cf5da49215a8..b3d9be73895ed9d2bc23e646e7d3e81da0185ecf 100644 (file)
@@ -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_