We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ca034 commit 6a9875eCopy full SHA for 6a9875e
1 file changed
FlashpointSecurePlayer/ProgressManager.cs
@@ -11,10 +11,10 @@
11
12
namespace FlashpointSecurePlayer {
13
public static class ProgressManager {
14
- public const uint PBM_SETSTATE = 0x0410;
15
- public static readonly IntPtr PBST_NORMAL = (IntPtr)1;
16
- public static readonly IntPtr PBST_ERROR = (IntPtr)2;
17
- public static readonly IntPtr PBST_PAUSED = (IntPtr)3;
+ private const uint PBM_SETSTATE = 0x0410;
+ private static readonly IntPtr PBST_NORMAL = (IntPtr)1;
+ private static readonly IntPtr PBST_ERROR = (IntPtr)2;
+ private static readonly IntPtr PBST_PAUSED = (IntPtr)3;
18
19
private enum TBPF {
20
TBPF_NOPROGRESS = 0x00000000,
0 commit comments