summaryrefslogtreecommitdiffstats
path: root/xmrstak/cli
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-10-14 14:44:34 +0100
committerfireice-uk <fireice-uk@users.noreply.github.com>2017-10-14 14:44:34 +0100
commit1fc87d737fcba5b254603893403b92ffe99c6247 (patch)
tree2b153f5e794daf05149db89f71d6bbd354888e46 /xmrstak/cli
parentca7e27b78477c0d87583dadf4122c5f305283e9c (diff)
downloadxmr-stak-1fc87d737fcba5b254603893403b92ffe99c6247.zip
xmr-stak-1fc87d737fcba5b254603893403b92ffe99c6247.tar.gz
Re-add UAC manifest and WIN_UAC cmake option
Diffstat (limited to 'xmrstak/cli')
-rw-r--r--xmrstak/cli/cli-miner.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmrstak/cli/cli-miner.cpp b/xmrstak/cli/cli-miner.cpp
index 9be93a4..2760deb 100644
--- a/xmrstak/cli/cli-miner.cpp
+++ b/xmrstak/cli/cli-miner.cpp
@@ -36,10 +36,6 @@
# include "xmrstak/http/httpd.hpp"
#endif
-#ifdef _WIN32
-# include "xmrstak/misc/uac.hpp"
-#endif
-
#include <stdlib.h>
#include <stdio.h>
#include <string>
@@ -92,11 +88,6 @@ void help()
int main(int argc, char *argv[])
{
-#ifdef _WIN32
- if (!IsElevated() && SelfElevate(argv[0]))
- return 0;
-#endif
-
#ifndef CONF_NO_TLS
SSL_library_init();
SSL_load_error_strings();
OpenPOWER on IntegriCloud