This commit is contained in:
XMRig
2020-12-03 19:45:16 +07:00
parent 814e5f4be3
commit 7958cf9426
5 changed files with 33 additions and 12 deletions

View File

@@ -28,6 +28,12 @@ using uv_handle_t = struct uv_handle_s;
using uv_stream_t = struct uv_stream_s;
using uv_tty_t = struct uv_tty_s;
#ifdef XMRIG_OS_WIN
using ssize_t = intptr_t;
#else
# include <sys/types.h>
#endif
namespace xmrig {