Skip to content

Rename _aligned_msize to prevent conflict with mingw64 defintion #58238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

Zentrik
Copy link
Member

@Zentrik Zentrik commented Apr 26, 2025

_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

`_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
@Zentrik Zentrik added building Build system, or building Julia or its dependencies system:windows Affects only Windows labels Apr 26, 2025
@inkydragon inkydragon merged commit 2270fcd into master Apr 29, 2025
9 checks passed
@inkydragon inkydragon deleted the Zentrik/_aligned_msize branch April 29, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies system:windows Affects only Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants