Code cleanup.

This commit is contained in:
XMRig
2019-11-29 10:17:05 +07:00
parent 3dc67f9fc3
commit 61cc3f6fc6
19 changed files with 75 additions and 66 deletions

View File

@@ -125,6 +125,7 @@ public:
TlsProtocolsKey = 1114,
AlgoExtKey = 1115,
ProxyPasswordKey = 1116,
LoginFileKey = 'L',
// xmrig nvidia
CudaMaxThreadsKey = 1200,

View File

@@ -26,7 +26,7 @@
#define XMRIG_ISTRATEGY_H
#include <stdint.h>
#include <cstdint>
namespace xmrig {