Skip to content

Re-simplify exception handling on Windows

LRN requested to merge lrn/glib:resimplify-w32-veh into main

Ensure that more advanced GLib functionality (such as g_getenv()) is never used, and try to do all non-trivial operations (especially anything that could use heap allocation) at initialization time.

Merge request reports