From: Oliver Kurth Date: Mon, 20 Aug 2018 19:48:06 +0000 (-0700) Subject: Common header file change; not applicable to open-vm-tools X-Git-Tag: stable-11.0.0~477 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e52b04c09b7be47f36d5c9c75691f33e402143c;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 9657dc827..583fd8b06 100644 --- a/open-vm-tools/lib/include/ghIntegrationCommon.h +++ b/open-vm-tools/lib/include/ghIntegrationCommon.h @@ -63,6 +63,9 @@ typedef uint32 GHIRequestResult; */ #define GHI_DND_DND_HOST_GUEST_CMD "ghi.dnd.dnd.hostguest" #define GHI_DND_COPYPASTE_HOST_GUEST_CMD "ghi.dnd.copypaste.hostguest" +#define GHI_DND_HOST_GET_FILES_CMD "ghi.dnd.host.getfiles" +#define GHI_DND_HOST_GET_FILES_CANCEL_CMD "ghi.dnd.host.getfiles.cancel" +#define GHI_DND_HOST_GET_FILES_ANSWER_OVERWRITE "ghi.dnd.host.getfiles.answer.overwrite" #define GHI_DND_GUEST_RET_MAX_LEN 64 #define GHI_DND_GUEST_RET_ERROR "error"