Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove workaround made for a midl bug. #121

Merged
merged 2 commits into from
Jan 24, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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