mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
13 lines
351 B
C
13 lines
351 B
C
#pragma once
|
|
|
|
#define RC_STRING_MAX_SIZE 2048
|
|
|
|
/* Strings */
|
|
#define IDS_FAILED_WITH_ERROCODE 1001
|
|
#define IDS_USAGE 1002
|
|
#define IDS_INCORRECT_PARAMETER_COUNT 1003
|
|
#define IDS_INVALID_PARAMETER 1004
|
|
#define IDS_INVALID_PARAMETER2 1005
|
|
#define IDS_DRIVE_ALREAD_SUBSTED 1006
|
|
|
|
/* EOF */
|