``` \thirdparty\slang-fork\source\compiler-core\slang-artifact-associated.h(143,52): error C2695: “Slang::IArtifac tPostEmitMetadata::getDebugBuildIdentifier”: overriding virtual function differs from “slang::IMetadata::getDebugBuildIdentifier” \thirdparty\slang-fork\source\compiler-core\slang-artifact-impl.h(100,52): error C2695: “Slang::Artifact::getM etadata”: overriding virtual function differs from “slang::IMetadata::getDebugBuildIdentifier” \thirdparty\slang-fork\source\compiler-core\slang-artifact-impl.h(99,5): error C2695: “Slang::Artifact::getIte mData”: overriding virtual function differs from...... ``` The impl: SLANG_MCALL (stdcall) The interface: default (thiscall) This is what I did to fix the compilation error on my end: <img width="2495" height="624" alt="Image" src="https://github.com/user-attachments/assets/c807428b-fee0-4224-ae1e-5b408fb445d5" />