1 #pragma once 2 3 #define RC_STRING_MAX_SIZE 3072 4 5 #define STRING_ERROR_INVALID_PARAM_FORMAT 107 6 7 #define STRING_CHCP_ERROR1 302 8 #define STRING_CHCP_ERROR4 305 9 10 #define STRING_CHCP_HELP 605 11
1 #pragma once 2 3 #define RC_STRING_MAX_SIZE 3072 4 5 #define STRING_ERROR_INVALID_PARAM_FORMAT 107 6 7 #define STRING_CHCP_ERROR1 302 8 #define STRING_CHCP_ERROR4 305 9 10 #define STRING_CHCP_HELP 605 11