diff options
Diffstat (limited to 'emulators/open-vm-tools/files/patch-services_plugins_dndcp_dndcp.cpp')
-rw-r--r-- | emulators/open-vm-tools/files/patch-services_plugins_dndcp_dndcp.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/files/patch-services_plugins_dndcp_dndcp.cpp b/emulators/open-vm-tools/files/patch-services_plugins_dndcp_dndcp.cpp new file mode 100644 index 000000000000..cc0e68453b66 --- /dev/null +++ b/emulators/open-vm-tools/files/patch-services_plugins_dndcp_dndcp.cpp @@ -0,0 +1,14 @@ +--- services/plugins/dndcp/dndcp.cpp.orig 2021-08-03 01:47:47 UTC ++++ services/plugins/dndcp/dndcp.cpp +@@ -31,11 +31,9 @@ + + #define G_LOG_DOMAIN "dndcp" + +-extern "C" { + #include "vmware/guestrpc/tclodefs.h" + #include "vmware/tools/plugin.h" + #include "vmware/tools/utils.h" +-} + + #include <string.h> + #include "copyPasteDnDWrapper.h" |