Skip to content

Commit

Permalink
Remove workaround made for a midl bug. (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjeshj authored Jan 24, 2019
1 parent f9dbb8f commit 1fb49d0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions dev/TreeView/TreeViewAutomationPeers.idl
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
[WUXC_VERSION_RS4]
[WUXC_VERSION_RS4]
[webhosthidden]
[WUXC_INTERFACE_NAME("ITreeViewListAutomationPeer", 71c1b5bc-bb29-4479-a8a8-606be6b823ae)]
[WUXC_CONSTRUCTOR_NAME("ITreeViewListAutomationPeerFactory", 00f597e2-f811-475a-bfe6-290fe707fa88)]
unsealed runtimeclass TreeViewListAutomationPeer :
// Remove once the public sdk has fix for midl 4048 error
#ifdef USE_INSIDER_SDK
Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer
#else
Windows.UI.Xaml.Automation.Peers.ListViewAutomationPeer
#endif
unsealed runtimeclass TreeViewListAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer
{
[method_name("CreateInstanceWithOwner")] TreeViewListAutomationPeer(MU_XC_NAMESPACE.TreeViewList owner);
}
Expand Down

0 comments on commit 1fb49d0

Please sign in to comment.