mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-26 16:25:57 +00:00
028a92375f
- aligned_allocator.h: use _mm_malloc instead of _aligned_malloc (somewhat more portable) bits: fix incorrect handling of bit_mask(0) - archive_zip.cpp: fix ArchiveWriter_Zip (wasn't opening its output file, ECDR record wasn't at end of file due to padding) - io_align.cpp: move routines to header (DLL export) - wdbg_heap.cpp: avoid crash in report hook if CRT memory block is invalid This was SVN commit r6030.