mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +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
|
||||
HardwareWizardInit(HWND hwnd)
|
||||
{
|
||||
HPROPSHEETPAGE ahpsp[5];
|
||||
HPROPSHEETPAGE ahpsp[6];
|
||||
PROPSHEETPAGE psp = {0};
|
||||
PROPSHEETHEADER psh;
|
||||
UINT nPages = 0;
|
||||
|
|
Loading…
Reference in a new issue