mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 22:03:56 -07:00
This fixes the problem where passing a non-ASCII string to debug_printf(L"%hs", s) caused vswprintf_s to fail on Linux (because it doesn't know what encoding the char* is meant to have). Now debug messages will remain as UTF-8 until they reach the OS. Fixes #3021. This was SVN commit r16332. |
||
|---|---|---|
| .. | ||
| tests | ||
| aligned_allocator.h | ||
| allocator_adapters.h | ||
| allocator_checker.h | ||
| allocator_policies.h | ||
| arena.cpp | ||
| arena.h | ||
| dynarray.cpp | ||
| dynarray.h | ||
| freelist.cpp | ||
| freelist.h | ||
| headerless.cpp | ||
| headerless.h | ||
| overrun_protector.h | ||
| page_aligned.cpp | ||
| page_aligned.h | ||
| pool.cpp | ||
| pool.h | ||
| shared_ptr.cpp | ||
| shared_ptr.h | ||
| unique_range.cpp | ||
| unique_range.h | ||