Compare commits

...

1 commit

Author SHA1 Message Date
Leon Liang cbc23a89a4 add shim for internal call to velo 2021-10-06 11:21:40 -07:00

View file

@ -48,5 +48,6 @@ namespace Microsoft::Console::Internal
namespace DefaultApp
{
[[nodiscard]] HRESULT CheckDefaultAppPolicy(bool& isEnabled) noexcept;
[[nodiscard]] HRESULT CheckShouldTerminalBeDefault(bool& isEnabled) noexcept;
}
}