Skip to content

Fix proxy tests on Windows/Visual Studio-like builds

Chun-wei Fan requested to merge fix-proxy-test into master

Hi,

The proxy tests were failing on Visual Studio builds because getenv() was being used, since it is not readily available with the headers that the Windows SDK nor Visual Studio ships. This fixes the proxy tests by using g_getenv() in place of getenv().

With blessings, thank you!

Merge request reports