mirror of
https://github.com/tnodir/fort
synced 2024-11-15 06:46:41 +00:00
UI: ServiceInfo: Rename RegFlag to RegTrackFlag
This commit is contained in:
parent
9e0e1a13c6
commit
c0a6d8d2e0
@ -6,7 +6,7 @@
|
||||
class ServiceInfo
|
||||
{
|
||||
public:
|
||||
enum RegFlag { RegImagePath = 0x01, RegType = 0x02 };
|
||||
enum RegTrackFlag { RegImagePath = 0x01, RegType = 0x02 };
|
||||
|
||||
enum State {
|
||||
StateActive = 0x01, // SERVICE_ACTIVE
|
||||
|
Loading…
Reference in New Issue
Block a user