]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
ports: Use memalign or _aligned_malloc, when available. Fallback to malloc
authorDetlef Riekenberg <wine.dev@web.de>
Tue, 11 Mar 2025 12:38:54 +0000 (13:38 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 17 Mar 2025 15:36:12 +0000 (16:36 +0100)
commit89f90d3e9ccd3324ecdaaf7048b44fe4703e0801
tree7d50e594e0e31f5339030936e31a93f191e577b8
parent5f1c7303ab4d50f450438af547589dd7fe3fe1fa
ports: Use memalign or _aligned_malloc, when available. Fallback to malloc

Using "_WIN32" to decide,
if the MSVC extensions _aligned_malloc / _aligned_free are available
is a bug that breaks other Compiler on Windows. (OpenWatcom as Example)

Regards ... Detlef
CMakeLists.txt
configure
zutil_p.h