blob: 118c9b3a1b829a834b02f7e15b0ca970639ef994 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- services/plugins/dndcp/dndcp.cpp.orig 2023-03-07 22:57:07 UTC
+++ services/plugins/dndcp/dndcp.cpp
@@ -36,11 +36,9 @@
*/
#include <glib.h>
-extern "C" {
#include "vmware/guestrpc/tclodefs.h"
#include "vmware/tools/plugin.h"
#include "vmware/tools/utils.h"
-}
#include <string.h>
#include "copyPasteDnDWrapper.h"
|