#1241 Revert changes in ConsoleLog for Windows.

This commit is contained in:
XMRig
2019-10-20 23:59:29 +07:00
parent 8bd882ef79
commit 07f0f41d6c
2 changed files with 33 additions and 1 deletions

View File

@@ -53,6 +53,12 @@ private:
bool isSupported() const;
uv_tty_t *m_tty = nullptr;
# ifdef _WIN32
bool isWritable() const;
uv_stream_t *m_stream = nullptr;
# endif
};