| In ticket https://tickets.puppetlabs.com/browse/FACT-2096 cannot build Microsoft proposed solution to handle "Windows-on-windows" detection due to inability to compile code ``` static string get_system32() ... isWow = IsWow64Process2(GetCurrentProcess(), &processMachine, &nativeMachine); ``` Needs to be compiled with MSVC with Windows v10.0.10240 SDK or newer or minGW at same level. |