mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Resolve TODO - MSFT 12735088
Since we use minimum version 17763, we can safely remove these namespaces
This commit is contained in:
parent
d9a32fdf4f
commit
adde0a9795
1 changed files with 0 additions and 11 deletions
|
@ -42,14 +42,3 @@
|
|||
#include "winrt/Windows.UI.Xaml.h"
|
||||
#include "winrt/Windows.Foundation.Metadata.h"
|
||||
#include "winrt/Windows.Management.Policies.h"
|
||||
|
||||
// The following namespaces exist as a convenience to resolve
|
||||
// ambiguity for Windows types in the Windows::UI::Xaml::Automation::Peers
|
||||
// namespace that only exist on RS3.
|
||||
// Once the app switches to min version RS3, the namespaces can be removed.
|
||||
// TODO - MSFT 12735088
|
||||
namespace StandardPeers = Windows::UI::Xaml::Automation::Peers;
|
||||
namespace CalculatorApp::ViewModel::Common::Automation
|
||||
{
|
||||
}
|
||||
namespace CustomPeers = CalculatorApp::ViewModel::Common::Automation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue