mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 12:09:18 +08:00
7 lines
95 B
C
7 lines
95 B
C
|
#pragma once
|
||
|
|
||
|
namespace updating
|
||
|
{
|
||
|
bool dotnet_is_installed();
|
||
|
bool install_dotnet();
|
||
|
}
|