mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 10:20:48 +08:00
bootcdregtest installs ReactOS into "c:\Windows", therefore the old detection method of checking the "Windows" directory no longer works. A previous change tried to fix this by adding "|| IsReactOS()", but that resolves to CConfiguration::IsReactOS(), which simply returns m_IsReactOS. Use ::IsReactOS() instead to get our versionhelper function.