mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Update CalculatorManager.cpp
This commit is contained in:
parent
99c44f4ef8
commit
f8f5473dac
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace CalcEngine;
|
using namespace CalcEngine;
|
||||||
|
|
||||||
static constexpr size_t MAX_HISTORY_ITEMS = 20;
|
static constexpr unsigned int MAX_HISTORY_ITEMS = 20;
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#define __pragma(x)
|
#define __pragma(x)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue