1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 16:33:32 -05:00

Add console title for Windows.

This commit is contained in:
XMRig
2019-12-24 02:04:34 +07:00
parent ea7aa4ccef
commit 2e4a83547d
2 changed files with 8 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ private:
uv_tty_t *m_tty = nullptr;
# ifdef _WIN32
# ifdef XMRIG_OS_WIN
bool isWritable() const;
uv_stream_t *m_stream = nullptr;