mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Try to fix build
svn path=/trunk/; revision=53517
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user