mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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;
|
||||
}
|
||||
}
|
||||
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue