mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 06:09:58 +00:00
10 lines
245 B
C
10 lines
245 B
C
|
#pragma once
|
||
|
|
||
|
#define IDS_SERVICE_START 100
|
||
|
#define IDS_SERVICE_STOP 101
|
||
|
#define IDS_SERVICE_PAUSE 102
|
||
|
#define IDS_SERVICE_RESUME 103
|
||
|
#define IDS_SERVICE_RUNNING 104
|
||
|
#define IDS_SERVICE_STOPPED 105
|
||
|
#define IDS_SERVICE_PAUSED 106
|