[CMAKE]
[reactos.git] / base / system / subst / resource.h
1 #define RC_STRING_MAX_SIZE 2048
2
3 /* Strings */
4 #define IDS_FAILED_WITH_ERROCODE 1001
5 #define IDS_USAGE 1002
6 #define IDS_INCORRECT_PARAMETER_COUNT 1003
7 #define IDS_INVALID_PARAMETER 1004
8 #define IDS_INVALID_PARAMETER2 1005
9 #define IDS_DRIVE_ALREAD_SUBSTED 1006
10
11 /* EOF */