summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/uac.hpp
blob: 33c79ae2877fa3eaf348c87b653480f8bea4b69c (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#ifdef _WIN32
#include <string>

BOOL IsElevated();
BOOL SelfElevate(const std::string& my_path, const std::string& params);
VOID RequestElevation();
BOOL IsWindows10OrNewer();
#endif
OpenPOWER on IntegriCloud