You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FLS destructors are required to be `__stdcall` calling convention
rather than `__cdecl`. Correct the definitions for them to repair the
build on Windows x86 after a newer compiler identified this issue. This
attribute is ignored on non-x86 architectures and thus is safe to apply
unconditionally.
0 commit comments