mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 03:59:15 +08:00
6 lines
148 B
C++
6 lines
148 B
C++
#pragma once
|
|
|
|
bool start_msi_uninstallation_sequence();
|
|
void github_update_worker();
|
|
std::wstring check_for_updates();
|
|
bool launch_pending_update(); |