#1241 Revert changes in ConsoleLog for Windows.
This commit is contained in:
parent
5613912ec4
commit
c29fa62260
2 changed files with 33 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue