terminalapp, terminalconnection: use cppwinrt_utils.h macros where possible #3454

Closed
opened 2026-01-30 23:21:41 +00:00 by claunia · 1 comment
Owner

Originally created by @carlos-zamora on GitHub (Aug 16, 2019).

Originally assigned to: @zadjii-msft on GitHub.

Description of the new feature/enhancement

Make sure we're using the cppwinrt_utils.h macros everywhere we can. And if we have a lot of repeated code in some places, feel free to introduce new macros.

Originally created by @carlos-zamora on GitHub (Aug 16, 2019). Originally assigned to: @zadjii-msft on GitHub. # Description of the new feature/enhancement Make sure we're using the `cppwinrt_utils.h` macros everywhere we can. And if we have a lot of repeated code in some places, feel free to introduce new macros.
Author
Owner

@DHowett-MSFT commented on GitHub (Aug 16, 2019):

I 100% think we should kill cppwinrt_utils and make it an include in the winrt types library from #2146. We can then make sure that library is on the include path for all C++/WinRT things automagically, so we don't need to use this annoying relative path include..

@DHowett-MSFT commented on GitHub (Aug 16, 2019): I 100% think we should kill cppwinrt_utils and make it an include in the winrt types library from #2146. We can then make sure that library is _on the include path_ for all C++/WinRT things automagically, so we don't need to use this annoying relative path include..
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3454