2020-11-20 11:34:34 +03:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
#include <optional>
|
|
|
|
|
#include <future>
|
|
|
|
|
|
2020-12-15 15:16:09 +03:00
|
|
|
#include <common/version/helper.h>
|
2020-11-20 11:34:34 +03:00
|
|
|
|
|
|
|
|
namespace updating
|
|
|
|
|
{
|
|
|
|
|
std::future<bool> uninstall_previous_msix_version_async();
|
|
|
|
|
}
|