mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-31 03:50:02 -07:00
Replace custom types with standard ones (#212)
Replace custom types with standard ones
This commit is contained in:
parent
ef3f5e9cbb
commit
7a48f66807
32 changed files with 478 additions and 396 deletions
|
@ -133,7 +133,7 @@ CalcEngine::Rational CCalcEngine::DoOperation(int operation, CalcEngine::Rationa
|
|||
break;
|
||||
}
|
||||
}
|
||||
catch (DWORD dwErrCode)
|
||||
catch (uint32_t dwErrCode)
|
||||
{
|
||||
DisplayError(dwErrCode);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue