Skip to content

Commit 63cb3a7

Browse files
committed
Remove the dependency on Windows.h from RegOptionsMgr.h and IniOptionsMgr.h (2)
1 parent d449f23 commit 63cb3a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Src/Common/RegOptionsMgr.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,9 @@ int CRegOptionsMgr::RemoveOption(const String& name)
689689
retVal = COption::OPT_OK;
690690
}
691691

692-
return m_pIOHandler->Remove(name);
692+
m_pIOHandler->Remove(name);
693+
694+
return retVal;
693695
}
694696

695697
int CRegOptionsMgr::FlushOptions()

0 commit comments

Comments
 (0)