mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-11 15:56:01 -07:00
This reverts commit 93f1f784bb
.
This commit is contained in:
parent
93f1f784bb
commit
049d3f4c6c
35 changed files with 533 additions and 509 deletions
|
@ -340,7 +340,7 @@ namespace CalculatorApp
|
|||
void OnPinUnpinCommand(Platform::Object ^ parameter);
|
||||
|
||||
void OnInputChanged();
|
||||
void SetPrimaryDisplay(Platform::String ^ displayString, _In_ bool isError);
|
||||
void SetPrimaryDisplay(_In_ std::wstring const& displayString, _In_ bool isError);
|
||||
void DisplayPasteError();
|
||||
void SetTokens(_Inout_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& tokens);
|
||||
void SetExpressionDisplay(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue