Commit r7486 "Use native IntPtrCmpU" has an unexpected side effect.
As part of the change, LogicLib.nsh no longer includes Util.nsh
This leads to errors when building installers that use the legacy MUI.nsh
Error flow:
${If} ${IsHighContrastModeActive}IsHighContrastModeActive is undefined because Util.nsh is no longer included!insertmacro: macro "_If" requires 4 parameter(s), passed 2!
Thank you