- Try to fix build

svn path=/trunk/; revision=53517
This commit is contained in:
Dmitry Chapyshev 2011-09-01 14:57:21 +00:00
parent c10f3c3b14
commit 39fa8e8b38

View file

@ -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)
{