Skip to content

u/json: Update macro signatures to fix MSVC builds

Mateo de Mayo requested to merge mateosss/monado:mateosss/msvc-nested-vargs into main

This should fix a build failure in Visual Studio 17 reported by @iVRy related to the usage of nested __VA_ARGS__.

Merge request reports