mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 02:58:48 +00:00
Fix number of pages.
svn path=/trunk/; revision=38641
This commit is contained in:
parent
73b2556b86
commit
6eeb5b7cf6
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ ProbeListPageDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||||
static VOID
|
static VOID
|
||||||
HardwareWizardInit(HWND hwnd)
|
HardwareWizardInit(HWND hwnd)
|
||||||
{
|
{
|
||||||
HPROPSHEETPAGE ahpsp[5];
|
HPROPSHEETPAGE ahpsp[6];
|
||||||
PROPSHEETPAGE psp = {0};
|
PROPSHEETPAGE psp = {0};
|
||||||
PROPSHEETHEADER psh;
|
PROPSHEETHEADER psh;
|
||||||
UINT nPages = 0;
|
UINT nPages = 0;
|
||||||
|
|
Loading…
Reference in a new issue