]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Remove extern "C"
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:14 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:14 +0000 (11:23 -0700)
open-vm-tools/services/plugins/dndcp/stringxx/string.hh
open-vm-tools/services/plugins/dndcp/stringxx/ubstr_t.hh
open-vm-tools/services/plugins/dndcp/xutils/xutils.cc

index bec5ec73a8ea3eafe1b94c768a547dd4572556b9..b081adf53235c5bd01833dd348d339432bc506b5 100644 (file)
@@ -66,9 +66,8 @@
 #endif
 
 #include "libExport.hh"
-extern "C" {
+
 #include "unicodeTypes.h"
-}
 
 #ifdef _WIN32
 /*
index f5341a3b4c55edb931c037e87b747406cf6470b7..ca0cb494e921c3b32a933bcf644687ed8593fdee 100644 (file)
 
 #include "autoCPtr.hh"
 
-extern "C" {
 #include "unicode.h"
 #include "util.h"
-}
 
 
 #ifdef I_LOVE_BSTR_T_CLASSIC
index cc9d95c873198bd030223d8498832f52d5ed32af..eac25bc067e0943195414678610db2920ad00f2a 100644 (file)
@@ -32,9 +32,7 @@
 #include <gdk/gdkx.h>
 #include <cstring>
 
-extern "C" {
 #include "vm_assert.h"
-}
 
 
 namespace xutils {