mirror of
https://github.com/tnodir/fort
synced 2024-11-15 06:06:30 +00:00
UI: service_types: Fix user control code
This commit is contained in:
parent
4f6c1a15cc
commit
db809953dd
@ -2,7 +2,7 @@
|
||||
#define SERVICE_TYPES_H
|
||||
|
||||
enum ServiceControlCode {
|
||||
ServiceControlStop = 0x0100, // SERVICE_USER_DEFINED_CONTROL
|
||||
ServiceControlStop = 128,
|
||||
ServiceControlStopRestarting,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user