1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 07:55:04 -05:00

Initial MSVC support.

This commit is contained in:
XMRig
2017-06-12 16:19:07 +03:00
parent a370b8fd30
commit 3df545cfc5
21 changed files with 845 additions and 96 deletions

View File

@@ -60,7 +60,7 @@ App::~App()
}
App::exec()
int App::exec()
{
if (!m_options->isReady()) {
return 0;