mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=19704
This commit is contained in:
@@ -1570,7 +1570,7 @@ ProcessPageDlgProc(HWND hwndDlg,
|
||||
case WM_NOTIFY:
|
||||
{
|
||||
LPNMHDR lpnm = (LPNMHDR)lParam;
|
||||
ULONG MaxProgress;
|
||||
ULONG MaxProgress = 0;
|
||||
|
||||
switch (lpnm->code)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user