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
Rename _aligned_msize to prevent conflict with mingw64 defintion (#58238)
`_aligned_msize` is now declared in mingw64's crt
(mingw-w64/mingw-w64@b40e24a)
as `_CRTIMP size_t __cdecl _aligned_msize(void *_Memory,size_t
_Alignment,size_t _Offset);`. Renamed our version to prevent the
conflict
0 commit comments