From: John Wolfe Date: Tue, 19 Apr 2022 21:30:54 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.1.0~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d232afd908f22104a632e3060c9bf4170ac18018;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_product_versions.h b/open-vm-tools/lib/include/vm_product_versions.h index 26a20a9c1..46e955628 100644 --- a/open-vm-tools/lib/include/vm_product_versions.h +++ b/open-vm-tools/lib/include/vm_product_versions.h @@ -44,6 +44,10 @@ //MARKER_FAST_UNCOMMENT_END //MARKER_FAST_UNCOMMENT_START +//#ifdef __cplusplus +//extern "C" { +//#endif +// //extern unsigned int gProductVersion[]; //extern unsigned int gVieFileVersion[]; //extern unsigned int gVpxVersionNumeric[]; @@ -56,6 +60,10 @@ // //extern unsigned int gOvftoolFileVersion[]; //extern const char gEsxReleaseVersionString[]; +// +//#ifdef __cplusplus +//} +//#endif //MARKER_FAST_UNCOMMENT_END /* @@ -487,7 +495,13 @@ #define PRODUCT_VERSION_STRING PRODUCT_VERSION_NUMBER " " BUILD_NUMBER //MARKER_FAST_REMOVE_END //MARKER_FAST_UNCOMMENT_START +//#ifdef __cplusplus +//extern "C" { +//#endif //extern const char gProductVersionString[]; +//#ifdef __cplusplus +//} +//#endif //#define PRODUCT_VERSION_STRING gProductVersionString //MARKER_FAST_UNCOMMENT_END /*