* Sync up to trunk head (r65095).
[reactos.git] / base / system / subst / resource.h
1 #pragma once
2
3 #define RC_STRING_MAX_SIZE 2048
4
5 /* Strings */
6 #define IDS_FAILED_WITH_ERRORCODE 1001
7 #define IDS_USAGE 1002
8 #define IDS_INCORRECT_PARAMETER_COUNT 1003
9 #define IDS_INVALID_PARAMETER 1004
10 #define IDS_INVALID_PARAMETER2 1005
11 #define IDS_DRIVE_ALREADY_SUBSTED 1006