From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:18 +0000 (-0700) Subject: Remove extern "C" X-Git-Tag: stable-10.2.0~413 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=614afdd309e71ddfcbab349c3c135822cb048cdb;p=thirdparty%2Fopen-vm-tools.git Remove extern "C" --- diff --git a/open-vm-tools/services/plugins/dndcp/dnd/rpcV3Util.hpp b/open-vm-tools/services/plugins/dndcp/dnd/rpcV3Util.hpp index 30635d59c..75a541d5d 100644 --- a/open-vm-tools/services/plugins/dndcp/dnd/rpcV3Util.hpp +++ b/open-vm-tools/services/plugins/dndcp/dnd/rpcV3Util.hpp @@ -30,10 +30,7 @@ #endif #include "rpcBase.h" - -extern "C" { - #include "dnd.h" -} +#include "dnd.h" struct DnDMsg; diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.hpp b/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.hpp index 496114cf4..4fc22b9df 100644 --- a/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.hpp +++ b/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.hpp @@ -32,10 +32,9 @@ #include "rpcBase.h" #include "dndRpcListener.hpp" #include "dbllnklst.h" - +#include "dnd.h" extern "C" { - #include "dnd.h" #include "dndCPMsgV4.h" }