mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 23:24:35 +08:00
Fix number of pages.
svn path=/trunk/; revision=38641
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user