1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-19 00:54:18 +00:00
reactos/base/applications/cmdutils/timeout/resource.h

13 lines
434 B
C
Raw Normal View History

#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