src: remove cond macro for should use uds pipe
This commit is contained in:
parent
404d3787b5
commit
d9df97725a
@ -104,13 +104,8 @@ static void eof_timer_close_cb(uv_handle_t* handle);
|
|||||||
|
|
||||||
|
|
||||||
static int uv__should_use_uds_pipe(const char *s) {
|
static int uv__should_use_uds_pipe(const char *s) {
|
||||||
#if defined(UV__ENABLE_WIN_UDS_PIPE)
|
|
||||||
/* Tell if the name is not started by the named pipe prefix */
|
/* Tell if the name is not started by the named pipe prefix */
|
||||||
return strstr(s, pipe_prefix) != s;
|
return strstr(s, pipe_prefix) != s;
|
||||||
#else
|
|
||||||
/* Disable this on mingw */
|
|
||||||
return 0;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user