Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add public access modifier for mscv correct linkage.
private static fileds are mangled as C and public static fields are mangled as S on MSVC. since fields with no access modifeiers in C++ classes are private by default, it affects the mangling of the fields on windows so need for public there
- Loading branch information