Skip to content

gwin32: Avoid use of function call with side effect in g_return_* macro

This ensures that _g_win32_call_rtl_version is always called, regardless of whether G_DISABLE_CHECKS is defined or not.

Merge request reports