Home
last modified time | relevance | path

Searched refs:ahpsp (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/PC/bdist_wininst/
Dinstall.c2078 HPROPSHEETPAGE ahpsp[4] = {0}; in RunWizard() local
2089 ahpsp[0] = CreatePropertySheetPage(&psp); in RunWizard()
2096 ahpsp[1] = CreatePropertySheetPage(&psp); in RunWizard()
2103 ahpsp[2] = CreatePropertySheetPage(&psp); in RunWizard()
2110 ahpsp[3] = CreatePropertySheetPage(&psp); in RunWizard()
2116 psh.phpage = ahpsp; in RunWizard()