reactos/base/system/subst/resource.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

12 lines
319 B
C

#pragma once
#define RC_STRING_MAX_SIZE 2048
/* Strings */
#define IDS_FAILED_WITH_ERRORCODE 1001
#define IDS_USAGE 1002
#define IDS_INCORRECT_PARAMETER_COUNT 1003
#define IDS_INVALID_PARAMETER 1004
#define IDS_INVALID_PARAMETER2 1005
#define IDS_DRIVE_ALREADY_SUBSTED 1006