Skip to content

Move g_ascii_strtoull() workaround to a global constructor

Simon McVittie requested to merge wip/task481-ctor into main

This means we can rely on the workaround being effective for anything that is dynamically linked to libsteam-runtime-tools, or statically linked to steam-runtime-tools/utils.c (in practice this means all of our non-trivial programs).

Followup from steamrt/tasks#481


/cc @refi64 @denittis

Merge request reports