Add console title for Windows.

This commit is contained in:
XMRig
2019-12-24 02:04:34 +07:00
parent e79740adb5
commit 7d3895f224
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;