You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
606 B
30 lines
606 B
|
|
#ifdef INITHELPARRAYS
|
|
|
|
|
|
const DWORD g_aHelpIDs_IDD_PP_RESOURCE_DEBUG_PAGE[]=
|
|
{
|
|
IDC_PP_ICON, ((DWORD) -1), // Debug: "" (Static)
|
|
IDC_PP_DEBUG_DEBUGPREFIX_LABEL, IDH_110_1071, // Debug: "&Debug Command Prefix:" (Static)
|
|
IDC_PP_TITLE, ((DWORD) -1), // Debug: "" (Static)
|
|
IDC_PP_DEBUG_DEBUGPREFIX, IDH_110_1071, // Debug: "" (Edit)
|
|
IDC_PP_DEBUG_TEXT, ((DWORD) -1), // Debug: "" (Static)
|
|
0, 0
|
|
};
|
|
|
|
|
|
|
|
|
|
const DWORD g_a30721HelpIDs[]=
|
|
{
|
|
0, 0
|
|
};
|
|
|
|
|
|
|
|
#else
|
|
|
|
extern const DWORD g_aHelpIDs_IDD_PP_RESOURCE_DEBUG_PAGE[];
|
|
extern const DWORD g_a30721HelpIDs[];
|
|
|
|
#endif // INITHELPARRAYS
|