add shim for internal call to velo

This commit is contained in:
Leon Liang 2021-10-06 11:21:40 -07:00
parent c727762602
commit cbc23a89a4

View file

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