We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756b9fa commit acfd930Copy full SHA for acfd930
FlashpointSecurePlayer/ProgressManager.cs
@@ -129,7 +129,7 @@ private class TaskbarList { }
129
private static ITaskbarList3 taskbarList = null;
130
private static readonly bool taskbarListVersion = Environment.OSVersion.Version >= new Version(6, 1);
131
132
- private const int PROGRESS_FORM_VALUE_COMPLETE = 100;
+ private const ulong PROGRESS_FORM_VALUE_COMPLETE = 100;
133
134
private static ProgressBar progressBar = null;
135
private static Form progressForm = null;
0 commit comments