C++/WinRT is just a WinRT API wrapper. If we can't use C++/WinRT (yet), we can use WRL instead. WRL is already used in our tree See `WindowsUIUtils` and `ToastNotificationHandler` under `widget/windows` for examples.
Bug 1593414 Comment 13 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
C++/WinRT is just a WinRT API wrapper. If we can't use C++/WinRT (yet), we can use WRL instead. WRL is already used in our tree. See `WindowsUIUtils` and `ToastNotificationHandler` under `widget/windows` for examples.