mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 13:59:25 +00:00
13 lines
434 B
C
13 lines
434 B
C
|
#pragma once
|
||
|
|
||
|
#define IDS_USAGE 0
|
||
|
#define IDS_ERROR_OUT_OF_RANGE 1
|
||
|
#define IDS_ERROR_INVALID_HANDLE_VALUE 2
|
||
|
#define IDS_ERROR_READ_INPUT 3
|
||
|
#define IDS_ERROR_NO_TIMER_VALUE 4
|
||
|
#define IDS_ERROR_ONE_TIME 5
|
||
|
#define IDS_NOBREAK_INPUT 6
|
||
|
#define IDS_USER_INPUT 7
|
||
|
#define IDS_NOBREAK_INPUT_COUNT 8
|
||
|
#define IDS_USER_INPUT_COUNT 9
|