windows-nt/Source/XPSP1/NT/base/cluster/admin/debugex/helparr.h
2020-09-26 16:20:57 +08:00

30 lines
577 B
C

#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