mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 14:23: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. |
||
|---|---|---|
| .. | ||
| dir_watch.cpp | ||
| ocpu.cpp | ||
| odbg.cpp | ||
| osx.cpp | ||
| osx_bundle.h | ||
| osx_bundle.mm | ||
| osx_pasteboard.h | ||
| osx_pasteboard.mm | ||
| osx_paths.h | ||
| osx_paths.mm | ||
| osx_stl_fixes.h | ||
| osx_sys_cursor.mm | ||
| osx_sys_version.h | ||
| osx_sys_version.mm | ||