]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)
open-vm-tools/lib/include/vm_product_versions.h

index 26a20a9c1d577ebd8da685e0189bd4357b4a609a..46e95562821475c2ecaef8cd35d805c02c7c94ea 100644 (file)
 //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[];
 //
 //extern unsigned int gOvftoolFileVersion[];
 //extern const char gEsxReleaseVersionString[];
+//
+//#ifdef __cplusplus
+//}
+//#endif
 //MARKER_FAST_UNCOMMENT_END
 
 /*
 #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
 /*