From: Oliver Kurth Date: Mon, 20 Aug 2018 19:48:06 +0000 (-0700) Subject: Common header file change; not directly applicable to open-vm-tools X-Git-Tag: stable-11.0.0~478 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a50141e22177462962991f09f567ce3428f5b5de;p=thirdparty%2Fopen-vm-tools.git Common header file change; not directly applicable to open-vm-tools Backout the previous change. --- diff --git a/open-vm-tools/lib/include/ghIntegrationCommon.h b/open-vm-tools/lib/include/ghIntegrationCommon.h index 583fd8b06..9657dc827 100644 --- a/open-vm-tools/lib/include/ghIntegrationCommon.h +++ b/open-vm-tools/lib/include/ghIntegrationCommon.h @@ -63,9 +63,6 @@ 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"