- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[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_ERROCODE 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_ALREAD_SUBSTED 1006
12
13 /* EOF */