Fixed|GCC: Conflicts between C/C++ linkage of extern variables
As we switch souce files to C++, we must be careful of the implications to externed global variables. They must be declared to use C linkage until all source files are fully C++ (if we ever reach that point).
Fixed|GCC: Conflicts between C/C++ linkage of extern variables
As we switch souce files to C++, we must be careful of the implications
to externed global variables. They must be declared to use C linkage
until all source files are fully C++ (if we ever reach that point).