mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 04:43:01 +00:00
- Try to fix build
svn path=/trunk/; revision=53517
This commit is contained in:
parent
c10f3c3b14
commit
39fa8e8b38
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ UpdateLanStatus(HWND hwndDlg, LANSTATUSUI_CONTEXT * pContext)
|
||||||
pContext->Status = 3;
|
pContext->Status = 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (IfEntry.dwOperStatus == MIB_IF_OPER_STATUS_UNREACHABLE | MIB_IF_OPER_STATUS_DISCONNECTED)
|
else if (IfEntry.dwOperStatus == (MIB_IF_OPER_STATUS_UNREACHABLE | MIB_IF_OPER_STATUS_DISCONNECTED))
|
||||||
{
|
{
|
||||||
if (pContext->Status != 4)
|
if (pContext->Status != 4)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue