UI: service_types: Fix user control code

This commit is contained in:
Nodir Temirkhodjaev 2024-05-20 18:43:33 +03:00
parent 4f6c1a15cc
commit db809953dd

View File

@ -2,7 +2,7 @@
#define SERVICE_TYPES_H
enum ServiceControlCode {
ServiceControlStop = 0x0100, // SERVICE_USER_DEFINED_CONTROL
ServiceControlStop = 128,
ServiceControlStopRestarting,
};