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
fix: workaround should be active on older Windows SDKs and only when building the std module
To ensure its active under older Windows SDKs, we make sure it runs when
`_STATIC_INLINE_UCRT_FUNCTIONS` is not defined.
To ensure it's present only when building the `std` module, we check for
`_BUILD_STD_MODULE`.
Co-authored-by: S. B. Tam <[email protected]>
0 commit comments