diff --git a/current/setup.ps1 b/current/setup.ps1 index 3bd9c16..a9d7cca 100644 --- a/current/setup.ps1 +++ b/current/setup.ps1 @@ -539,7 +539,7 @@ using System.Runtime.InteropServices; public uint cbSize; public bool iMinAnimate; } -public class PInvoke { +public class PInvoke { [DllImport("user32.dll")] public static extern bool SystemParametersInfoW(uint uiAction, uint uiParam, ref ANIMATIONINFO pvParam, uint fWinIni); } "@