Initial MSVC support.
This commit is contained in:
parent
a370b8fd30
commit
3df545cfc5
21 changed files with 845 additions and 96 deletions
|
@ -25,7 +25,7 @@
|
|||
#define __CONSOLE_H__
|
||||
|
||||
|
||||
#include <pthread.h>
|
||||
#include <uv.h>
|
||||
|
||||
|
||||
class Console
|
||||
|
@ -61,7 +61,7 @@ private:
|
|||
|
||||
static Console *m_self;
|
||||
bool m_colors;
|
||||
pthread_mutex_t m_mutex;
|
||||
uv_mutex_t m_mutex;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue